|
FTXUI
0.8.1
C++ functional terminal UI.
|
A unicode character and its associated style. More...
Public Member Functions | |
| Pixel () | |
Data Fields | |
| std::string | character = " " |
| Color | background_color = Color::Default |
| Color | foreground_color = Color::Default |
| bool | blink: 1 |
| bool | bold: 1 |
| bool | dim: 1 |
| bool | inverted: 1 |
| bool | underlined: 1 |
A unicode character and its associated style.
Definition at line 16 of file screen.hpp.
|
inline |
Definition at line 32 of file screen.hpp.
| std::string character = " " |
Definition at line 19 of file screen.hpp.
| Color background_color = Color::Default |
Definition at line 22 of file screen.hpp.
| Color foreground_color = Color::Default |
Definition at line 23 of file screen.hpp.
| bool blink |
Definition at line 26 of file screen.hpp.
| bool bold |
Definition at line 27 of file screen.hpp.
| bool dim |
Definition at line 28 of file screen.hpp.
| bool inverted |
Definition at line 29 of file screen.hpp.
| bool underlined |
Definition at line 30 of file screen.hpp.