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
 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)
 段落を複数行にわたって両端揃えで描画する要素を返します。 中央に。