Enum WmfCharacterSet
WmfCharacterSet enumeration
The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.
public enum WmfCharacterSet : byte
Values
| Name | Value | Description |
|---|---|---|
| Ansi | 0 | Specifies the English character set. |
| Default | 1 | 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. |
| Symbol | 2 | Specifies a character set of symbols. |
| Mac | 77 | Specifies the Apple Macintosh character set. |
| Shiftjis | 128 | Specifies the Japanese character set. |
| Hangul | 129 | Also spelled “Hangeul”. Specifies the Hangul Korean character set. |
| Johab | 130 | Also spelled “Johap”. Specifies the Johab Korean character set. |
| Gb2312 | 134 | Specifies the “simplified” Chinese character set for People’s Republic of China. |
| Chinesebig5 | 136 | Specifies the “traditional” Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions. |
| Greek | 161 | Specifies the Greek character set. |
| Turkish | 162 | Specifies the Turkish character set. |
| Vietnamese | 163 | Specifies the Vietnamese character set. |
| Hebrew | 177 | Specifies the Vietnamese character set. |
| Arabic | 178 | Specifies the Arabic character set |
| Baltic | 186 | Specifies the Baltic (Northeastern European) character set |
| Russian | 204 | Specifies the Russian Cyrillic character set. |
| Thai | 222 | Specifies the Thai character set. |
| Easteurope | 238 | Specifies a Eastern European character set. |
| Oem | 255 | Specifies a mapping to one of the OEM code pages, according to the current system locale setting. |
See Also
- namespace Aspose.Imaging.FileFormats.Wmf.Consts
- assembly Aspose.Imaging