Internal: struct used to store the font of a MRWText. More...
Public Member Functions | |
| Font () | |
| constructor | |
Public Attributes | |
| MWAWFont | m_font |
| the font | |
| int | m_localId |
| the local id | |
| long | m_tokenId |
| the token id | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &font) |
| operator<< | |
Internal: struct used to store the font of a MRWText.
| MRWTextInternal::Font::Font | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | font | ||
| ) | [friend] |
operator<<
| std::string MRWTextInternal::Font::m_extra |
extra data
Referenced by MRWTextInternal::operator<<(), and MRWText::readFonts().
| MWAWFont MRWTextInternal::Font::m_font |
the font
Referenced by MRWTextInternal::Zone::getFont(), MRWText::readFonts(), and MRWText::send().
the local id
Referenced by MRWTextInternal::Zone::getFont(), MRWTextInternal::operator<<(), and MRWText::readFonts().
the token id
Referenced by MRWTextInternal::operator<<(), MRWText::readFonts(), and MRWText::send().