4#ifndef FTXUI_SCREEN_STRING_HPP
5#define FTXUI_SCREEN_STRING_HPP
19 return to_wstring(std::string_view(std::to_string(s)));
31std::vector<std::string>
Utf8ToGlyphs(std::string_view input);
#define FTXUI_EXPORT(component)
The FTXUI ftxui:: namespace.
FTXUI_EXPORT(SCREEN) int string_width(std std::vector< std::string > Utf8ToGlyphs(std::string_view input)
int string_width(std::string_view input)
std::string to_string(std::wstring_view s)
Convert a std::wstring into a UTF8 std::string.
std::vector< int > CellToGlyphIndex(std::string_view input)
FTXUI_EXPORT(SCREEN) std FTXUI_EXPORT(SCREEN) std std::wstring to_wstring(T s)