Internal: class to store a font name: name with encoding type. More...
Public Member Functions | |
FontName (int version=4) | |
constructor with file's version to define the default encoding */ | |
Static Public Member Functions | |
static std::string | getDosName (int id) |
returns the default dos name corresponding to id th font | |
Public Attributes | |
std::string | m_name |
font name | |
libwps_tools_win::Font::Type | m_type |
font encoding type | |
Friends | |
std::ostream & | operator<< (std::ostream &o, FontName const &ft) |
operator<< |
Internal: class to store a font name: name with encoding type.
WPS4TextInternal::FontName::FontName | ( | int | version = 4 | ) | [inline] |
constructor with file's version to define the default encoding */
std::string WPS4TextInternal::FontName::getDosName | ( | int | id | ) | [static] |
returns the default dos name corresponding to id th font
Referenced by WPS4Text::readFont().
std::ostream& operator<< | ( | std::ostream & | o, |
FontName const & | ft | ||
) | [friend] |
operator<<
std::string WPS4TextInternal::FontName::m_name |
font name
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readFontNames().
font encoding type
Referenced by FontName(), WPS4TextInternal::operator<<(), and WPS4Text::readFontNames().