Internal: struct used to store the font of a ZWrtText. 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 ZWrtText.
|
inline |
constructor
|
friend |
operator<<
std::string ZWrtTextInternal::Font::m_extra |
extra data
Referenced by ZWrtText::readSectionFonts().
MWAWFont ZWrtTextInternal::Font::m_font |
the font
Referenced by ZWrtTextInternal::HFZone::getDebugString(), ZWrtTextInternal::HFZone::HFZone(), ZWrtText::readSectionFonts(), and ZWrtText::sendText().
int ZWrtTextInternal::Font::m_height |
the line height
Referenced by ZWrtText::readSectionFonts().