small struct used to defined font style More...
Public Member Functions | |
FontStyle (libwps_tools_win::Font::Type fontType) | |
constructor |
Public Attributes | |
WPSFont | m_font |
the font | |
libwps_tools_win::Font::Type | m_fontType |
the font type | |
int | m_fontId |
the font id | |
std::string | m_extra |
extra data |
Friends | |
std::ostream & | operator<< (std::ostream &o, FontStyle const &font) |
operator<< |
small struct used to defined font style
|
inlineexplicit |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string LotusStyleManagerInternal::FontStyle::m_extra |
extra data
Referenced by FontStyle(), operator<<, LotusStyleManager::readFontStyleA0(), and LotusStyleManager::readFontStyleF0().
WPSFont LotusStyleManagerInternal::FontStyle::m_font |
the font
Referenced by FontStyle(), operator<<, LotusStyleManager::readFontStyleA0(), LotusStyleManager::readFontStyleF0(), and LotusStyleManager::updateState().
int LotusStyleManagerInternal::FontStyle::m_fontId |
the font id
Referenced by FontStyle(), operator<<, LotusStyleManager::readFontStyleA0(), and LotusStyleManager::updateState().
libwps_tools_win::Font::Type LotusStyleManagerInternal::FontStyle::m_fontType |
the font type
Referenced by FontStyle(), LotusStyleManager::readFontStyleF0(), and LotusStyleManager::updateState().