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.
| MsWks4TextInternal::FontName::FontName | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| FontName const & | ft | ||
| ) | [friend] |
operator<<
the font id
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readFontNames().
| std::string MsWks4TextInternal::FontName::m_name |
the font name
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readFontNames().
unknown
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readFontNames().