libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
EMF LF_CharSet Enumeration

Macros

#define U_ANSI_CHARSET   (uint8_t)0
 CP1252, ansi-0, iso8859-{1,15}.
 
#define U_DEFAULT_CHARSET   (uint8_t)1
 Default character set.
 
#define U_SYMBOL_CHARSET   (uint8_t)2
 Symbol character set.
 
#define U_SHIFTJIS_CHARSET   (uint8_t)128
 CP932.
 
#define U_HANGEUL_CHARSET   (uint8_t)129
 CP949, ksc5601.1987-0.
 
#define U_HANGUL_CHARSET   U_HANGEUL_CHARSET
 CP949, ksc5601.1987-0.
 
#define U_GB2312_CHARSET   (uint8_t)134
 CP936, gb2312.1980-0.
 
#define U_CHINESEBIG5_CHARSET   (uint8_t)136
 CP950, big5.et-0.
 
#define U_GREEK_CHARSET   (uint8_t)161
 CP1253.
 
#define U_TURKISH_CHARSET   (uint8_t)162
 CP1254, -iso8859-9.
 
#define U_HEBREW_CHARSET   (uint8_t)177
 CP1255, -iso8859-8.
 
#define U_ARABIC_CHARSET   (uint8_t)178
 CP1256, -iso8859-6.
 
#define U_BALTIC_CHARSET   (uint8_t)186
 CP1257, -iso8859-13.
 
#define U_RUSSIAN_CHARSET   (uint8_t)204
 CP1251, -iso8859-5.
 
#define U_EE_CHARSET   (uint8_t)238
 CP1250, -iso8859-2.
 
#define U_EASTEUROPE_CHARSET   U_EE_CHARSET
 CP1250, -iso8859-2.
 
#define U_THAI_CHARSET   (uint8_t)222
 CP874, iso8859-11, tis620.
 
#define U_JOHAB_CHARSET   (uint8_t)130
 korean (johab) CP1361
 
#define U_MAC_CHARSET   (uint8_t)77
 Macintosh character set.
 
#define U_OEM_CHARSET   (uint8_t)255
 OEM character set.
 
#define U_VISCII_CHARSET   (uint8_t)240
 viscii1.1-1
 
#define U_TCVN_CHARSET   (uint8_t)241
 tcvn-0
 
#define U_KOI8_CHARSET   (uint8_t)242
 koi8-{r,u,ru}
 
#define U_ISO3_CHARSET   (uint8_t)243
 iso8859-3
 
#define U_ISO4_CHARSET   (uint8_t)244
 iso8859-4
 
#define U_ISO10_CHARSET   (uint8_t)245
 iso8859-10
 
#define U_CELTIC_CHARSET   (uint8_t)246
 iso8859-14
 

Detailed Description

For U_LOGFONT lfCharSet field EMF manual 2.2.13 & WMF manual 2.1.15