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