Internal: struct used to store the font of a LightWayTxtText. 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 LightWayTxtText.
| 
 | inline | 
constructor
| 
 | inline | 
merge extra data to get final font
Referenced by LightWayTxtText::sendMainText().
| 
 | friend | 
operator<<
| MWAWFont LightWayTxtTextInternal::Font::m_font | 
the font
Referenced by merge(), LightWayTxtText::readFont2(), and LightWayTxtText::readFonts().
| int LightWayTxtTextInternal::Font::m_height | 
the line height
Referenced by LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readFonts().
| int LightWayTxtTextInternal::Font::m_pictId | 
the pict id (if set)
Referenced by merge(), LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readFont2().