Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontCharSet Enumeration

In This Topic
    FontCharSet Enumeration
    In This Topic
    Defines character sets that may be supported by a font.
    Syntax
    'Declaration
     
    Public Enum FontCharSet 
       Inherits System.Enum
    public enum FontCharSet : System.Enum 
    Members
    MemberDescription
    Ansi When the item is serialized out as XML, its value is "iso-8859-1".
    Arabic When the item is serialized out as XML, its value is "windows-1256".
    Baltic When the item is serialized out as XML, its value is "windows-1257".
    Big5 When the item is serialized out as XML, its value is "Big5".
    Default The default character set.
    EastEurope When the item is serialized out as XML, its value is "windows-1250".
    GB2312 When the item is serialized out as XML, its value is "GBK".
    Greek When the item is serialized out as XML, its value is "windows-1253".
    Hangul When the item is serialized out as XML, its value is "ks_c-5601-1987".
    Hebrew When the item is serialized out as XML, its value is "windows-1255".
    Johab When the item is serialized out as XML, its value is "KS_C-5601-1992".
    Mac When the item is serialized out as XML, its value is "macintosh".
    Oem Operating-system dependent character set.
    Other An unknown character set.
    Russian When the item is serialized out as XML, its value is "windows-1251".
    ShiftJIS When the item is serialized out as XML, its value is "shift_jis".
    Symbol Symbol character set.
    Thai When the item is serialized out as XML, its value is "windows-874".
    Turkish When the item is serialized out as XML, its value is "iso-8859-9".
    Vietnamese When the item is serialized out as XML, its value is "windows-1258".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FontCharSet

    See Also