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