FTXUI  6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
paragraph.cpp File Reference

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.
Element paragraphAlignLeft (const std::string &the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the left.
Element paragraphAlignRight (const std::string &the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the right.
Element paragraphAlignCenter (const std::string &the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the center.
Element paragraphAlignJustify (const std::string &the_text)
 Return an element drawing the paragraph on multiple lines, aligned using a justified alignment. the center.