Enumeration describing what character set to use when displaying items in the integrated development environment (IDE).
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsFontCharSet
[GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")]
public enum vsFontCharSet
[GuidAttribute(L"705CD8A4-D29B-11D2-AABD-00C04F688DDE")]
public enum class vsFontCharSet
[<GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")>]
type vsFontCharSet
public enum vsFontCharSet
Members
| Member name | Description | |
|---|---|---|
| vsFontCharSetANSI | ANSI | |
| vsFontCharSetArabic | Arabic | |
| vsFontCharSetBaltic | Baltic | |
| vsFontCharSetChineseBig5 | Traditional Chinese | |
| vsFontCharSetDefault | Default | |
| vsFontCharSetEastEurope | East Europe | |
| vsFontCharSetGB2312 | Simple Chinese | |
| vsFontCharSetGreek | Greek | |
| vsFontCharSetHangeul | Korean | |
| vsFontCharSetHebrew | Hebrew | |
| vsFontCharSetJohab | Korean (Johab encoding) | |
| vsFontCharSetMac | Macintosh | |
| vsFontCharSetOEM | OEM | |
| vsFontCharSetRussian | Russian | |
| vsFontCharSetShiftJIS | Japanese | |
| vsFontCharSetSymbol | Symbols | |
| vsFontCharSetThai | Thai | |
| vsFontCharSetTurkish | Turkish | |
| vsFontCharSetVietnamese | Vietnamese |