Spread Windows Forms 12.0 Product Documentation
ThemeFontLanguage Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace : 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
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

Reference

GrapeCity.Core Namespace