Internal: struct used to store the font of a ZWText. More...
Public Member Functions | |
Font () | |
constructor More... | |
Public Attributes | |
MWAWFont | m_font |
the font More... | |
int | m_height |
the line height More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Font const &font) |
operator<< More... | |
Internal: struct used to store the font of a ZWText.
|
inline |
constructor
|
friend |
operator<<
std::string ZWTextInternal::Font::m_extra |
extra data
Referenced by ZWTextInternal::operator<<(), and ZWText::readSectionFonts().
MWAWFont ZWTextInternal::Font::m_font |
int ZWTextInternal::Font::m_height |
the line height
Referenced by ZWTextInternal::operator<<(), and ZWText::readSectionFonts().