vsFontCharSet 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.
Enumeration describing what character set to use when displaying items in the integrated development environment (IDE).
public enum class vsFontCharSet
public enum class vsFontCharSet
enum vsFontCharSet
[System.Runtime.InteropServices.Guid("705CD8A4-D29B-11D2-AABD-00C04F688DDE")]
public enum vsFontCharSet
[<System.Runtime.InteropServices.Guid("705CD8A4-D29B-11D2-AABD-00C04F688DDE")>]
type vsFontCharSet =
Public Enum vsFontCharSet
- Inheritance
-
vsFontCharSet
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsFontCharSetANSI | 0 | ANSI |
vsFontCharSetDefault | 1 | Default |
vsFontCharSetSymbol | 2 | Symbols |
vsFontCharSetMac | 77 | Macintosh |
vsFontCharSetShiftJIS | 128 | Japanese |
vsFontCharSetHangeul | 129 | Korean |
vsFontCharSetJohab | 130 | Korean (Johab encoding) |
vsFontCharSetGB2312 | 134 | Simple Chinese |
vsFontCharSetChineseBig5 | 136 | Traditional Chinese |
vsFontCharSetGreek | 161 | Greek |
vsFontCharSetTurkish | 162 | Turkish |
vsFontCharSetVietnamese | 163 | Vietnamese |
vsFontCharSetHebrew | 177 | Hebrew |
vsFontCharSetArabic | 178 | Arabic |
vsFontCharSetBaltic | 186 | Baltic |
vsFontCharSetRussian | 204 | Russian |
vsFontCharSetThai | 222 | Thai |
vsFontCharSetEastEurope | 238 | East Europe |
vsFontCharSetOEM | 255 | OEM |