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
MWAWFont StyleParserInternal::Font::m_font |
the font
Referenced by StyleParser::readFormats(), and StyleParser::readStyleTable().
Picture StyleParserInternal::Font::m_picture |
the picture
Referenced by hasPicture(), and StyleParser::readFormats().