Internal: class to store font properties. More...
Public Member Functions | |
Font (libwps_tools_win::Font::Type type) | |
constructor with file's version to define the default encoding */ | |
Static Public Member Functions | |
static Font | getDefault (libwps_tools_win::Font::Type type, 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 | |
WPSColor | 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 | ( | libwps_tools_win::Font::Type | type | ) | [inline] |
constructor with file's version to define the default encoding */
static Font WPS4TextInternal::Font::getDefault | ( | libwps_tools_win::Font::Type | type, |
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<<
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 WPS4Text::readFont(), and WPS4Text::readText().