|
FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| Element | paragraph (const std::string &the_text) |
| Return an element drawing the paragraph on multiple lines. More... | |
| Element | paragraphAlignLeft (const std::string &the_text) |
| Return an element drawing the paragraph on multiple lines, aligned on the left. More... | |
| Element | paragraphAlignRight (const std::string &the_text) |
| Return an element drawing the paragraph on multiple lines, aligned on the right. More... | |
| Element | paragraphAlignCenter (const std::string &the_text) |
| Return an element drawing the paragraph on multiple lines, aligned on the center. More... | |
| Element | paragraphAlignJustify (const std::string &the_text) |
| Return an element drawing the paragraph on multiple lines, aligned using a justified alignment. the center. More... | |