Internal: struct used to store the font of a LightWayTxtText. 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 LightWayTxtText.
| LightWayTxtTextInternal::Font::Font | ( | ) | [inline] |
constructor
| void LightWayTxtTextInternal::Font::merge | ( | Font const & | fExtra | ) | [inline] |
merge extra data to get final font
Referenced by LightWayTxtText::sendMainText().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | font | ||
| ) | [friend] |
operator<<
the font
Referenced by merge(), LightWayTxtText::readFont2(), and LightWayTxtText::readFonts().
the line height
Referenced by LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readFonts().
the pict id (if set)
Referenced by merge(), LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readFont2().