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