|
FTXUI 6.1.9
C++ functional terminal UI.
|
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
函数 | |
| Element | paragraph (const std::string &the_text) |
| 返回一个在多行上绘制段落的元素。 | |
| Element | paragraphAlignLeft (const std::string &the_text) |
| 返回一个在多行上绘制段落并左对齐的元素。 | |
| Element | paragraphAlignRight (const std::string &the_text) |
| 返回一个在多行上绘制段落并右对齐的元素。 | |
| Element | paragraphAlignCenter (const std::string &the_text) |
| 返回一个在多行上绘制段落并居中对齐的元素。 | |
| Element | paragraphAlignJustify (const std::string &the_text) |
| 返回一个在多行上绘制段落并使用两端对齐方式的元素。 居中对齐。 | |