Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontLanguage Enumeration


ThemeFontLanguage Enumeration
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
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