Internal: a class used to store the font data of a BWText. More...
Public Member Functions | |
Font () | |
constructor More... | |
MWAWFont | getFont () const |
returns a MWAWFont. More... | |
Public Attributes | |
int | m_id |
the font id More... | |
int | m_size |
the font size More... | |
int | m_flags |
the font flags More... | |
int | m_color |
the font color More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Font const &fnt) |
operator<< More... | |
Internal: a class used to store the font data of a BWText.
|
inline |
constructor
|
inline |
returns a MWAWFont.
Referenced by BWTextInternal::State::getFont().
|
friend |
operator<<
int BWTextInternal::Font::m_color |
the font color
Referenced by getFont(), and BWText::readFont().
std::string BWTextInternal::Font::m_extra |
extra data
Referenced by BWText::readFont().
int BWTextInternal::Font::m_flags |
the font flags
Referenced by getFont(), and BWText::readFont().
int BWTextInternal::Font::m_id |
the font id
Referenced by getFont(), and BWText::readFont().
int BWTextInternal::Font::m_size |
the font size
Referenced by getFont(), and BWText::readFont().