Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontLanguage Enumeration


In This Topic
    ThemeFontLanguage Enumeration
    In This Topic
    Represents one of the three language fonts contained in the ThemeFonts collection.
    Syntax
    'Declaration
     
    
    Public Enum ThemeFontLanguage 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ThemeFontLanguage
    public enum ThemeFontLanguage : System.Enum 
    Members
    MemberDescription
    ComplexScriptRepresents the font face for Complex Script languages. The Complex Script language collection supports Arabic, Georgian, Hebrew, Indian, Thai and Vietnamese alphabets.
    EastAsianRepresents the East Asian font face. East Asian Languages include Simplified Chinese, Traditional Chinese, Japanese, and Korean.
    LatinRepresents the Latin font face.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.ThemeFontLanguage

    See Also