Class ThemeFonts
A collection of fonts for a theme, each corresponding to a language type.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ThemeFonts
Constructors
ThemeFonts(String, String, String)
Initializes a new instance of the Theme
Declaration
public ThemeFonts(string latinFontName = null, string eastAsianFontName = null, string complexScriptFontName = null)
Parameters
System. Name of the latin font. |
System. Name of the east asian font. |
System. Name of the complex script font. |
Properties
Item[FontLanguageType]
Gets the Theme
Declaration
public ThemeFont this[FontLanguageType fontLanguageType] { get; }
Parameters
Font
|
Property Value
Theme The theme font. |
Methods
Clone()
Creates deep copy of this theme fonts.
Declaration
public ThemeFonts Clone()
Returns
Theme The cloned theme fonts. |
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |