Public Types | |
enum | Mod { mExpandToLineHeight = 0x1 } |
Public Member Functions | |
bool | operator!= (const TextStyle &v) const |
bool | operator< (const TextStyle &v) const |
bool | operator== (const TextStyle &v) const |
Static Public Member Functions | |
static TextStyle | makeStyle (PlatformTypes::font_handle_type font=0, ColorRGB fgColor=InvalidColor, ColorRGB bgColor=InvalidColor, int mods=0) |
static TextStyle | nullStyle () |
Public Attributes | |
ColorRGB | bgColor |
ColorRGB | fgColor |
PlatformTypes::font_handle_type | font |
int | mods |
enum fe::TextStyle::Mod |
bool fe::TextStyle::operator< | ( | const TextStyle & | v | ) | const [inline] |
bool fe::TextStyle::operator== | ( | const TextStyle & | v | ) | const [inline] |
bool fe::TextStyle::operator!= | ( | const TextStyle & | v | ) | const [inline] |
static TextStyle fe::TextStyle::makeStyle | ( | PlatformTypes::font_handle_type | font = 0 , |
|
ColorRGB | fgColor = InvalidColor , |
|||
ColorRGB | bgColor = InvalidColor , |
|||
int | mods = 0 | |||
) | [inline, static] |
static TextStyle fe::TextStyle::nullStyle | ( | ) | [inline, static] |