|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| 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) |
| 回傳一個在多行上繪製段落並使用左右對齊的元素。 | |