small struct used to defined a font name More...
Public Member Functions | |
FontName () | |
constructor |
Public Attributes | |
std::string | m_name |
the font name | |
int | m_id |
the font id | |
int | m_size [2] |
the font height, font size |
small struct used to defined a font name
|
inline |
constructor
int LotusStyleManagerInternal::FontName::m_id |
the font id
Referenced by FontName().
std::string LotusStyleManagerInternal::FontName::m_name |
the font name
Referenced by FontName(), and LotusStyleManager::readFMTFontName().
int LotusStyleManagerInternal::FontName::m_size[2] |
the font height, font size
Referenced by FontName().