TextMetricsCharacterSet Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the character set of the font specified by a visual style for a particular element.
public enum class TextMetricsCharacterSet
public enum TextMetricsCharacterSet
type TextMetricsCharacterSet =
Public Enum TextMetricsCharacterSet
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Ansi | 0 | The ANSI character set. |
Default | 1 | The default character set. |
Symbol | 2 | The Symbol character set. |
Mac | 77 | The Macintosh character set. |
ShiftJis | 128 | The ShiftJis (Japanese) character set. |
Hangul | 129 | The Hangul (Korean) character set. |
Johab | 130 | The Johab (Korean) character set. |
Gb2312 | 134 | The Gb2312 simplified Chinese character set. |
ChineseBig5 | 136 | The Traditional Chinese character set. |
Greek | 161 | The Greek character set. |
Turkish | 162 | The Turkish character set. |
Vietnamese | 163 | The Vietnamese character set. |
Hebrew | 177 | The Hebrew character set. |
Arabic | 178 | The Arabic character set. |
Baltic | 186 | The Baltic character set. |
Russian | 204 | The Russian character set. |
Thai | 222 | The Thai character set. |
EastEurope | 238 | The Eastern Europe character set. |
Oem | 255 | The OEM character set. |
Remarks
The TextMetricsCharacterSet enumeration specifies the possible values of the CharSet property of the TextMetrics structure.