ClassThemeFontScheme
Represents the font scheme of a theme.
Definition
Namespace:Telerik.WinForms.Documents.Spreadsheet.Theming
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class ThemeFontScheme : NamedObjectBase, INamedObject
Inheritance: objectNamedObjectBaseThemeFontScheme
Implements:
Inherited Members
Constructors
ThemeFontScheme(string, string, string, string, string, string, string)
Initializes a new instance of the ThemeFontScheme class.
Declaration
public ThemeFontScheme(string name, string latinMajorFontName = null, string latinMinorFontName = null, string eastAsianMajorFontName = null, string eastAsianMinorFontName = null, string complexScriptMajorFontName = null, string complexScriptMinorFontName = null)
Parameters
name
The name.
latinMajorFontName
Name of the latin headings font.
latinMinorFontName
Name of the latin body font.
eastAsianMajorFontName
Name of the east asian headings font.
eastAsianMinorFontName
Name of the east asian body font.
complexScriptMajorFontName
Name of the complex script headings font.
complexScriptMinorFontName
Name of the complex script body font.
Properties
this[ThemeFontType]
Gets the ThemeFonts with the specified font type.
Declaration
public ThemeFonts this[ThemeFontType fontType] { get; }
Parameters
fontType
Property Value
The theme fonts.
Methods
Clone()
Creates deep copy of this theme font scheme.
Declaration
public ThemeFontScheme Clone()
Returns
The cloned theme font scheme.