Internal: struct used to store the font of a LWText. More...
Public Member Functions | |
Font () | |
constructor | |
void | merge (Font const &fExtra) |
merge extra data to get final font | |
Public Attributes | |
MWAWFont | m_font |
the font | |
int | m_height |
the line height | |
int | m_pictId |
the pict id (if set) | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Font const &font) |
operator<< |
Internal: struct used to store the font of a LWText.
LWTextInternal::Font::Font | ( | ) | [inline] |
constructor
void LWTextInternal::Font::merge | ( | Font const & | fExtra | ) | [inline] |
merge extra data to get final font
Referenced by LWText::sendMainText().
std::ostream& operator<< | ( | std::ostream & | o, |
Font const & | font | ||
) | [friend] |
operator<<
MWAWFont LWTextInternal::Font::m_font |
the font
Referenced by merge(), LWText::readFont2(), and LWText::readFonts().
the line height
Referenced by LWTextInternal::operator<<(), and LWText::readFonts().
the pict id (if set)
Referenced by merge(), LWTextInternal::operator<<(), and LWText::readFont2().