 | CharacterSetTypes Enumeration |
Character sets for the font
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum CharacterSetTypes
Public Enumeration CharacterSetTypes
public enum class CharacterSetTypes
public enum CharacterSetTypes
Patagames.Pdf.Enums.CharacterSetTypes = function();
Patagames.Pdf.Enums.CharacterSetTypes.createEnum('Patagames.Pdf.Enums.CharacterSetTypes', false);
Members
| Member name | Value | Description |
---|
| FXFONT_ANSI_CHARSET | 0 |
ANSI character set
|
| FXFONT_DEFAULT_CHARSET | 1 |
Default character set
|
| FXFONT_SYMBOL_CHARSET | 2 |
Symbol character set
|
| FXFONT_SHIFTJIS_CHARSET | 128 |
Shiftjis character set
|
| FXFONT_HANGEUL_CHARSET | 129 |
Hangeul character set
|
| FXFONT_GB2312_CHARSET | 134 |
GB-2312 Character set
|
| FXFONT_CHINESEBIG5_CHARSET | 136 |
Chines big5 character set
|
See Also