ClassThemeFont
Class
Represents the font in a theme.
Definition
Namespace:Telerik.WinForms.Documents.Spreadsheet.Theming
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ThemeFont
Inheritance: objectThemeFont
Constructors
ThemeFont(FontFamily, FontLanguageType)
Initializes a new instance of the ThemeFont class.
Declaration
cs-api-definition
public ThemeFont(FontFamily fontFamily, FontLanguageType fontLanguageType)
Parameters
fontFamily
The font family.
fontLanguageType
The type of font language.
ThemeFont(string, FontLanguageType)
Initializes a new instance of the ThemeFont class.
Declaration
cs-api-definition
public ThemeFont(string fontName, FontLanguageType fontLanguageType)
Parameters
fontName
Name of the font.
fontLanguageType
Type of the font language.
Properties
FontFamily
Gets the font family.
Declaration
cs-api-definition
public FontFamily FontFamily { get; }
Property Value
The font family.
FontLanguageType
Gets the type of the font language.
Declaration
cs-api-definition
public FontLanguageType FontLanguageType { get; }
Property Value
The type of font language.