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