12 using namespace ftxui;
16 text(
"normal") , text(
" ") ,
17 text(
"bold") | bold , text(
" ") ,
18 text(
"italic") | italic , text(
" ") ,
19 text(
"dim") | dim , text(
" ") ,
20 text(
"inverted") | inverted , text(
" ") ,
21 text(
"underlined") | underlined , text(
" ") ,
22 text(
"underlinedDouble") | underlinedDouble , text(
" ") ,
23 text(
"blink") | blink , text(
" ") ,
24 text(
"strikethrough") | strikethrough , text(
" ") ,
25 text(
"color") | color(Color::Blue) , text(
" ") ,
26 text(
"bgcolor") | bgcolor(Color::Blue) , text(
" ") ,
27 text(
"hyperlink") | hyperlink(
"https://github.com/ArthurSonzogni/FTXUI"),
30 auto screen = Screen::Create(Dimension::Full(), Dimension::Fit(document));
31 Render(screen, document);