ClassThemeFonts
Class
Group of theme fonts mapped per language group (Latin, East Asian, Complex Script) for major/minor usage.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Theming
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public class ThemeFonts
Inheritance: objectThemeFonts
Constructors
ThemeFonts(string, string, string)
Initializes a new instance of the ThemeFonts class with optional font names per language group.
Declaration
cs-api-definition
public ThemeFonts(string latinFontName = null, string eastAsianFontName = null, string complexScriptFontName = null)
Parameters
latinFontName
Name of the latin font.
eastAsianFontName
Name of the east asian font.
complexScriptFontName
Name of the complex script font.
Properties
this[FontLanguageType]
Gets the theme font for the specified language group.
Declaration
cs-api-definition
public ThemeFont this[FontLanguageType fontLanguageType] { get; }
Parameters
fontLanguageType
Property Value
The theme font.
Methods
Clone()
Create a deep copy of the font mappings for all language groups.
GetHashCode()
Serves as a hash function for a particular type.