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