a class to convert a DOS© or Windows3© character in unicode More...
#include <libwps_tools_win.h>
Public Types | |
enum | Type { CP_424, CP_437, CP_737, CP_775, DOS_850, CP_852, CP_855, CP_856, CP_857, CP_860, CP_861, CP_862, CP_863, CP_864, CP_865, CP_866, CP_869, CP_874, CP_1006, WIN3_ARABIC, WIN3_BALTIC, WIN3_CEUROPE, WIN3_CYRILLIC, WIN3_GREEK, WIN3_HEBREW, WIN3_TURKISH, WIN3_VIETNAMESE, WIN3_WEUROPE, UNKNOWN } |
enum Type More... | |
Static Public Member Functions | |
static unsigned long | unicode (unsigned char c, Type type) |
converts a character in unicode, knowing the character and the font type More... | |
static Type | getTypeForOEM (int oem) |
static Type | getFontType (std::string &name) |
returns the type of the font using the fontName More... | |
static std::string | getTypeName (Type type) |
return the type name More... | |
a class to convert a DOS© or Windows3© character in unicode
enum Type
the knowned DOS© and Windows3© fonts
|
static |
returns the type of the font using the fontName
name | the font name. |
Referenced by WKS4Parser::readFont(), and WPS4Text::readFontNames().
|
static |
returns the type corresponding to Windows OEM
Referenced by WPS4Parser::findZones().
|
static |
return the type name
Referenced by WPS4Parser::findZones(), and WPS4TextInternal::operator<<().
|
static |
converts a character in unicode, knowing the character and the font type
Referenced by WPS4Text::footNotesDataParser(), WPS4Text::readText(), WKS4Spreadsheet::sendCellContent(), and WKS4Parser::sendHeaderFooter().