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