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
 The FTXUI ftxui:: namespace.
 

Functions

Element paragraph (std::string_view the_text)
 Return an element drawing the paragraph on multiple lines.
 
Element paragraphAlignLeft (std::string_view the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the left.
 
Element paragraphAlignRight (std::string_view the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the right.
 
Element paragraphAlignCenter (std::string_view the_text)
 Return an element drawing the paragraph on multiple lines, aligned on the center.
 
Element paragraphAlignJustify (std::string_view the_text)
 Return an element drawing the paragraph on multiple lines, aligned using a justified alignment. the center.