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