FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
paragraph.cpp 文件参考

浏览该文件的源代码.

命名空间

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)
 返回一个在多行上绘制段落并使用两端对齐方式的元素。 居中对齐。