WmfCharacterSet Enumeration
The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in
fonts for graphics output.
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfCharacterSet
Members
Member name | Description |
---|---|
ANSI | Specifies the English character set. |
ARABIC | Specifies the Arabic character set |
BALTIC | Specifies the Baltic (Northeastern European) character set |
CHINESEBIG5 | Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions. |
DEFAULT | Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET. |
EASTEUROPE | Specifies a Eastern European character set. |
GB2312 | Specifies the “simplified” Chinese character set for People’s Republic of China. |
GREEK | Specifies the Greek character set. |
HANGUL | Also spelled “Hangeul”. Specifies the Hangul Korean character set. |
HEBREW | Specifies the Vietnamese character set. |
JOHAB | Also spelled “Johap”. Specifies the Johab Korean character set. |
MAC | Specifies the Apple Macintosh character set. |
OEM | Specifies a mapping to one of the OEM code pages, according to the current system locale setting. |
RUSSIAN | Specifies the Russian Cyrillic character set. |
SHIFTJIS | Specifies the Japanese character set. |
SYMBOL | Specifies a character set of symbols. |
THAI | Specifies the Thai character set. |
TURKISH | Specifies the Turkish character set. |
VIETNAMESE | Specifies the Vietnamese character set. |