Internal: class to store a font name: name with sysid. More...
Public Member Functions | |
FontName () | |
constructor | |
Public Attributes | |
std::string | m_name |
the font name | |
int | m_id |
the font id | |
int | m_unknown |
unknown | |
Friends | |
std::ostream & | operator<< (std::ostream &o, FontName const &ft) |
operator<< | |
Internal: class to store a font name: name with sysid.
|
inline |
constructor
|
friend |
operator<<
int MsWks4TextInternal::FontName::m_id |
the font id
Referenced by MsWks4Text::readFontNames().
std::string MsWks4TextInternal::FontName::m_name |
the font name
Referenced by MsWks4Text::readFontNames().
int MsWks4TextInternal::FontName::m_unknown |
unknown
Referenced by MsWks4Text::readFontNames().