Font.GdiCharSet Propriedade
Definição
public:
property System::Byte GdiCharSet { System::Byte get(); };
public byte GdiCharSet { get; }
member this.GdiCharSet : byte
Public ReadOnly Property GdiCharSet As Byte
Valor da propriedade
Um valor de byte que especifica o conjunto de caracteres GDI Font usado por ele.A byte value that specifies the GDI character set that this Font uses. O padrão é 1.The default is 1.
Comentários
Essa propriedade retorna 1, a menos que um conjunto de caracteres diferente seja especificado no Font(String, Single, FontStyle, GraphicsUnit, Byte) Construtor.This property returns 1, unless a different character set is specified in the Font(String, Single, FontStyle, GraphicsUnit, Byte) constructor. Essa propriedade usa um valor da lista definida no arquivo de cabeçalho SDK do Windows WinGDI. h.This property takes a value from the list defined in the Windows SDK header file WinGDI.h. Os conjuntos de caracteres e os valores de bytes são listados na tabela a seguir.The character sets and byte values are listed in the following table.
| Conjunto de caracteresCharacter set | ValorValue |
|---|---|
| ANSIANSI | 00 |
| DEFAULTDEFAULT | 11 |
| SÍMBOLOSYMBOL | 22 |
| SHIFTJISSHIFTJIS | 128128 |
| HANGEULHANGEUL | 129129 |
| HANGULHANGUL | 129129 |
| GB2312GB2312 | 134134 |
| CHINESEBIG5CHINESEBIG5 | 136136 |
| OEMOEM | 255255 |
| JOHABJOHAB | 130130 |
| HebraicoHEBREW | 177177 |
| ÁrabeARABIC | 178178 |
| GregoGREEK | 161161 |
| TurcoTURKISH | 162162 |
| VietnamitaVIETNAMESE | 163163 |
| TailandêsTHAI | 222222 |
| EASTEUROPEEASTEUROPE | 238238 |
| RussoRUSSIAN | 204204 |
| MACMAC | 7777 |
| BálticoBALTIC | 186186 |