Internal: struct used to store the font of a MarinerWrtText. 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 MarinerWrtText.
| MarinerWrtTextInternal::Font::Font | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | font | ||
| ) | [friend] |
operator<<
| std::string MarinerWrtTextInternal::Font::m_extra |
extra data
Referenced by MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readFonts().
the font
Referenced by MarinerWrtTextInternal::Zone::getFont(), MarinerWrtText::readFonts(), and MarinerWrtText::send().
the local id
Referenced by MarinerWrtTextInternal::Zone::getFont(), MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readFonts().
the token id
Referenced by MarinerWrtTextInternal::operator<<(), MarinerWrtText::readFonts(), and MarinerWrtText::send().