vsFontCharSet Enum

Definition

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

vsFontCharSetANSI 0

ANSI

vsFontCharSetArabic 178

Arabic

vsFontCharSetBaltic 186

Baltic

vsFontCharSetChineseBig5 136

Traditional Chinese

vsFontCharSetDefault 1

Default

vsFontCharSetEastEurope 238

East Europe

vsFontCharSetGB2312 134

Simple Chinese

vsFontCharSetGreek 161

Greek

vsFontCharSetHangeul 129

Korean

vsFontCharSetHebrew 177

Hebrew

vsFontCharSetJohab 130

Korean (Johab encoding)

vsFontCharSetMac 77

Macintosh

vsFontCharSetOEM 255

OEM

vsFontCharSetRussian 204

Russian

vsFontCharSetShiftJIS 128

Japanese

vsFontCharSetSymbol 2

Symbols

vsFontCharSetThai 222

Thai

vsFontCharSetTurkish 162

Turkish

vsFontCharSetVietnamese 163

Vietnamese

Applies to