[]
Defines character sets that may be supported by a font.
public enum FontCharSet
Ansi = 0
When the item is serialized out as XML, its value is "iso-8859-1".
Arabic = 11
When the item is serialized out as XML, its value is "windows-1256".
Baltic = 12
When the item is serialized out as XML, its value is "windows-1257".
Big5 = 6
When the item is serialized out as XML, its value is "Big5".
Default = 16
The default character set.
EastEurope = 15
When the item is serialized out as XML, its value is "windows-1250".
GB2312 = 5
When the item is serialized out as XML, its value is "GBK".
Greek = 7
When the item is serialized out as XML, its value is "windows-1253".
Hangul = 3
When the item is serialized out as XML, its value is "ks_c-5601-1987".
Hebrew = 10
When the item is serialized out as XML, its value is "windows-1255".
Johab = 4
When the item is serialized out as XML, its value is "KS_C-5601-1992".
Mac = 1
When the item is serialized out as XML, its value is "macintosh".
Oem = 18
Operating-system dependent character set.
Other = 19
An unknown character set.
Russian = 13
When the item is serialized out as XML, its value is "windows-1251".
ShiftJIS = 2
When the item is serialized out as XML, its value is "shift_jis".
Symbol = 17
Symbol character set.
Thai = 14
When the item is serialized out as XML, its value is "windows-874".
Turkish = 8
When the item is serialized out as XML, its value is "iso-8859-9".
Vietnamese = 9
When the item is serialized out as XML, its value is "windows-1258".