Internal: the fonts. More...
Public Member Functions | |
Font () | |
the constructor | |
Public Attributes | |
MWAWFont | m_font |
the font | |
int | m_flags [3] |
some unknown flag | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Font const &font) |
operator<< |
Internal: the fonts.
MSK3TextInternal::Font::Font | ( | ) | [inline] |
the constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Font const & | font | ||
) | [friend] |
operator<<
std::string MSK3TextInternal::Font::m_extra |
extra data
Referenced by MSK3Text::readFont().
some unknown flag
Referenced by Font().
MWAWFont MSK3TextInternal::Font::m_font |
the font
Referenced by MSK3Text::readFont(), MSK3Text::sendString(), and MSK3Text::sendText().