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.
|
inline |
constructor
|
friend |
operator<<
std::string MarinerWrtTextInternal::Font::m_extra |
extra data
Referenced by MarinerWrtText::readFonts().
MWAWFont MarinerWrtTextInternal::Font::m_font |
the font
Referenced by MarinerWrtTextInternal::Zone::getFont(), MarinerWrtText::readFonts(), and MarinerWrtText::send().
int MarinerWrtTextInternal::Font::m_localId |
the local id
Referenced by MarinerWrtTextInternal::Zone::getFont(), and MarinerWrtText::readFonts().
long MarinerWrtTextInternal::Font::m_tokenId |
the token id
Referenced by MarinerWrtText::readFonts(), and MarinerWrtText::send().