Public Member Functions | |
Font (std::string const &name="", libwps_tools_win::Font::Type type=libwps_tools_win::Font::DOS_850) | |
Static Public Member Functions | |
static std::string | getWps2Name (uint8_t font_n) |
Works version 2 for DOS supports only a specific set of fonts. | |
Public Attributes | |
std::string | m_name |
the font name | |
libwps_tools_win::Font::Type | m_type |
the font type |
WPS4ParserInternal::Font::Font | ( | std::string const & | name = "" , |
libwps_tools_win::Font::Type | type = libwps_tools_win::Font::DOS_850 |
||
) | [inline] |
std::string WPS4ParserInternal::Font::getWps2Name | ( | uint8_t | font_n | ) | [static] |
Works version 2 for DOS supports only a specific set of fonts.
Referenced by WPS4Parser::propertyChange().
std::string WPS4ParserInternal::Font::m_name |
the font name
Referenced by WPS4Parser::propertyChange(), and WPS4Parser::readFontsTable().
the font type
Referenced by WPS4Parser::readFontsTable(), and WPS4Parser::readText().