ThemeFont
Class
Theme font entry pairing a font family with a language group for major/minor roles.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Theming
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class ThemeFont
Inheritance: objectThemeFont
Constructors
Initializes a new instance of the ThemeFont class with a font family and language group.
C#
public ThemeFont(FontFamily fontFamily, FontLanguageType fontLanguageType)
The font family.
fontLanguageTypeFontLanguageTypeThe type of font language.
Initializes a new instance of the ThemeFont class from a family name and language group.
C#
public ThemeFont(string fontName, FontLanguageType fontLanguageType)
Name of the font.
fontLanguageTypeFontLanguageTypeType of the font language.
Properties
Gets the font family assigned to this theme font entry.
C#
public FontFamily FontFamily { get; }
The font family.
Gets the language group this theme font targets.
C#
public FontLanguageType FontLanguageType { get; }
The type of font language.
Methods
Determines whether the specified object is equal to the current ThemeFont.