API Documentation
|
#include <Font.h>
Public Member Functions | |
NDEVR_BASE_API bool | operator== (const Font &font) const |
NDEVR_BASE_API bool | operator!= (const Font &font) const |
NDEVR_BASE_API File | getFile () const |
void | setFile (const File &file) |
Public Attributes | |
String | name |
String | app_font_name |
fltp08 | point_size = 0.0 |
fltp08 | pixel_size = Constant<fltp08>::NaN |
fltp08 | fixed_width = Constant<fltp08>::NaN |
fltp08 | tab_advance = 0.0 |
uint04 | index = 0 |
RGBColor | color = Constant<RGBColor>::NaN |
uint01 | alignment = 0 |
bool | is_bold = false |
bool | is_italic = false |
bool | is_underline = false |
bool | is_overstrike = false |
bool | is_strikethrough = false |
Protected Attributes | |
File | m_file |
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 |