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
| LotusStyleManagerInternal::FontStyle::FontStyle | ( | libwps_tools_win::Font::Type | fontType | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| FontStyle const & | font | ||
| ) | [friend] |
operator<<
| std::string LotusStyleManagerInternal::FontStyle::m_extra |
extra data
the font
Referenced by LotusStyleManager::updateFontStyle(), and LotusStyleManager::updateState().
the font id
Referenced by LotusStyleManager::updateState().
the font type
Referenced by LotusStyleManager::updateFontStyle(), and LotusStyleManager::updateState().