|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| std::string | to_string (const std::wstring &s) |
| 將 std::wstring 轉換為 UTF8 std::string。 | |
| std::wstring | to_wstring (const std::string &s) |
| 將 UTF8 std::string 轉換為 std::wstring。 | |
| template<typename T > | |
| std::wstring | to_wstring (T s) |
| int | string_width (const std::string &) |
| std::vector< std::string > | Utf8ToGlyphs (const std::string &input) |
| std::vector< int > | CellToGlyphIndex (const std::string &input) |