|
FTXUI 7.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| The FTXUI ftxui:: namespace. | |
Enumerations | |
| enum class | WordBreakProperty : int8_t { ALetter , CR , Double_Quote , Extend , ExtendNumLet , Format , Hebrew_Letter , Katakana , LF , MidLetter , MidNum , MidNumLet , Newline , Numeric , Regional_Indicator , Single_Quote , WSegSpace , ZWJ } |
Functions | |
| bool | EatCodePoint (std::string_view input, size_t start, size_t *end, uint32_t *ucs) |
| bool | EatCodePoint (std::wstring_view input, size_t start, size_t *end, uint32_t *ucs) |
| struct | FTXUI_EXPORT (SCREEN) Box |
| Box is a structure that represents a rectangular area in a 2D space. | |
| size_t | GlyphIterate (std::string_view input, int glyph_offset, size_t start) |
| WordBreakProperty | CodepointToWordBreakProperty (uint32_t codepoint) |
| std::vector< WordBreakProperty > | Utf8ToWordBreakProperty (std::string_view input) |
| bool | IsWordBreakingCharacter (std::string_view input, size_t glyph_index) |