FontLanguageType
Enum
Identifies language groups used to select the appropriate theme font.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum FontLanguageType
Fields
Complex scripts that require special shaping (e.g., Arabic, Hebrew, Indic).
C#
ComplexScript = 2
East Asian scripts (e.g., Chinese, Japanese, Korean).
C#
EastAsian = 1
Latin scripts (e.g., English and Western European languages).
C#
Latin = 0