ClassThemeFonts
Class
A collection of fonts for a theme, each corresponding to a language type.
Definition
Namespace:Telerik.WinForms.Documents.Spreadsheet.Theming
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ThemeFonts
Inheritance: objectThemeFonts
Constructors
ThemeFonts(string, string, string)
Initializes a new instance of the ThemeFonts class.
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 ThemeFont with the specified font language type.
Declaration
cs-api-definition
public ThemeFont this[FontLanguageType fontLanguageType] { get; }
Parameters
fontLanguageType
Property Value
The theme font.
Methods
Clone()
Creates deep copy of this theme fonts.
GetHashCode()
Serves as a hash function for a particular type.