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 WKS4FormatInternal::FontName::m_id |
the font id
std::string WKS4FormatInternal::FontName::m_name |
the font name
Referenced by WKS4Format::readFontName().
int WKS4FormatInternal::FontName::m_size[2] |
the font height, font size
Referenced by FontName().