[]
Defines the possible sets of character glyphs that are defined in fonts for graphics output.
public enum CharacterSet : byte
Public Enum CharacterSet As Byte
| 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. |
| 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 | Specifies the Hangul Korean character set. |
| Hebrew | Specifies the Hebrew character set. |
| Johab | 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. |