Visual Studio Automation and Extensibility Reference
vsFontCharSet Enumeration
Enumeration describing what character set to use when displaying items in the integrated development environment (IDE).
Namespace:
EnvDTE
Assembly:
EnvDTE (in EnvDTE.dll)

Syntax
<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 |
| vsFontCharSetDefault | Default |
| vsFontCharSetSymbol | Symbols |
| vsFontCharSetShiftJIS | Japanese |
| vsFontCharSetHangeul | Korean |
| vsFontCharSetGB2312 | Simple Chinese |
| vsFontCharSetChineseBig5 | Traditional Chinese |
| vsFontCharSetOEM | OEM |
| vsFontCharSetJohab | Korean (Johab encoding) |
| vsFontCharSetHebrew | Hebrew |
| vsFontCharSetArabic | Arabic |
| vsFontCharSetGreek | Greek |
| vsFontCharSetTurkish | Turkish |
| vsFontCharSetVietnamese | Vietnamese |
| vsFontCharSetThai | Thai |
| vsFontCharSetEastEurope | East Europe |
| vsFontCharSetRussian | Russian |
| vsFontCharSetMac | Macintosh |
| vsFontCharSetBaltic | Baltic |

See Also