Internal: the state of a WPS4Text. More...
Public Member Functions | |
| State () | |
| constructor | |
| void | initTypeMaps () |
| initializes the type map | |
Static Public Member Functions | |
| static uint32_t | wingdingsToUnicode (int val) |
| convert Wingdings to unicode, returns 0 if problems | |
Public Attributes | |
| std::vector< std::string > | m_fontNames |
| the font names | |
| Font | m_defaultFont |
| the default font | |
| std::vector< Font > | m_fontList |
| a list of all font properties | |
| WPSParagraph | m_defaultParagraph |
| the default paragraph | |
| std::vector< WPSParagraph > | m_paragraphList |
| a list of all paragraph properties | |
| std::map< int, int > | m_fontTypes |
| the character type | |
| std::map< int, int > | m_paragraphTypes |
| the paragraph type | |
Internal: the state of a WPS4Text.
| WPS8TextStyleInternal::State::State | ( | ) | [inline] |
constructor
initializes the type map
Referenced by State().
| uint32_t WPS8TextStyleInternal::State::wingdingsToUnicode | ( | int | val | ) | [static] |
convert Wingdings to unicode, returns 0 if problems
the default font
the default paragraph
| std::vector<Font> WPS8TextStyleInternal::State::m_fontList |
a list of all font properties
| std::vector<std::string> WPS8TextStyleInternal::State::m_fontNames |
the font names
| std::map<int,int> WPS8TextStyleInternal::State::m_fontTypes |
the character type
Referenced by initTypeMaps().
a list of all paragraph properties
| std::map<int,int> WPS8TextStyleInternal::State::m_paragraphTypes |
the paragraph type
Referenced by initTypeMaps().