Internal: class to store font properties. More...
Public Member Functions | |
| Font (int version=4) | |
| constructor with file's version to define the default encoding */ | |
Static Public Member Functions | |
| static Font | getDefault (int version) |
| returns a default font (Courier12) with file's version to define the default encoding */ | |
Public Attributes | |
| libwps_tools_win::Font::Type | m_type |
| the font encoding type | |
| uint32_t | m_backColor |
| background color index | |
| bool | m_special |
| a flag to know if we have a special field (a note), ... | |
| int | m_dlinkId |
| a id to retrieve a file name ( dos ) | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &ft) |
| operator<< | |
Internal: class to store font properties.
| WPS4TextInternal::Font::Font | ( | int | version = 4 | ) | [inline] |
constructor with file's version to define the default encoding */
| static Font WPS4TextInternal::Font::getDefault | ( | int | version | ) | [inline, static] |
returns a default font (Courier12) with file's version to define the default encoding */
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | ft | ||
| ) | [friend] |
operator<<
| uint32_t WPS4TextInternal::Font::m_backColor |
background color index
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readFont().
a id to retrieve a file name ( dos )
Referenced by WPS4TextInternal::operator<<(), WPS4Text::readFont(), and WPS4Text::readText().
a flag to know if we have a special field (a note), ...
Referenced by WPS4TextInternal::operator<<(), WPS4Text::readFont(), and WPS4Text::readText().
the font encoding type
Referenced by Font(), WPS4Text::readFont(), and WPS4Text::readText().