small structure used to store a font and a picture More...
Public Member Functions | |
Font () | |
constructor More... | |
bool | hasPicture () const |
returns true if the picture is valid More... | |
Public Attributes | |
MWAWFont | m_font |
the font More... | |
Picture | m_picture |
the picture More... | |
small structure used to store a font and a picture
|
inline |
constructor
|
inline |
returns true if the picture is valid
Referenced by StyleParser::sendText().
MWAWFont StyleParserInternal::Font::m_font |
the font
Referenced by StyleParser::readFormats(), StyleParser::readStyleTable(), and StyleParser::sendText().
Picture StyleParserInternal::Font::m_picture |
the picture
Referenced by StyleParser::readFormats(), and StyleParser::sendText().