![]() |
API Documentation
|
Information for how to display text data. More...
#include <Font.h>
Public Member Functions | |
| File | getFile () const |
| bool | operator!= (const Font &font) const |
| bool | operator== (const Font &font) const |
| void | setFile (const File &file) |
Public Attributes | |
| uint01 | alignment = 0 |
| String | app_font_name |
| RGBColor | color = Constant<RGBColor>::Invalid |
| fltp08 | fixed_width = Constant<fltp08>::Invalid |
| uint04 | index = 0 |
| bool | is_bold = false |
| bool | is_italic = false |
| bool | is_overstrike = false |
| bool | is_strikethrough = false |
| bool | is_underline = false |
| String | name |
| fltp08 | pixel_size = Constant<fltp08>::Invalid |
| fltp08 | point_size = 0.0 |
| fltp08 | tab_advance = 0.0 |
Protected Attributes | |
| File | m_file |
Information for how to display text data.
| File getFile | ( | ) | const |
| bool operator!= | ( | const Font & | font | ) | const |
| bool operator== | ( | const Font & | font | ) | const |
|
inline |
| uint01 alignment = 0 |
| String app_font_name |
| uint04 index = 0 |
| bool is_bold = false |
| bool is_italic = false |
| bool is_overstrike = false |
| bool is_strikethrough = false |
| bool is_underline = false |
|
mutableprotected |
| String name |
| fltp08 point_size = 0.0 |
| fltp08 tab_advance = 0.0 |