Class ThemeFont
Represents the font in a theme.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ThemeFont
Constructors
ThemeFont(String, FontLanguageType)
Initializes a new instance of the ThemeFont class.
Declaration
public ThemeFont(string fontName, FontLanguageType fontLanguageType)
Parameters
System.String
fontName
Name of the font. |
FontLanguageType
fontLanguageType
Type of the font language. |
ThemeFont(FontFamily, FontLanguageType)
Initializes a new instance of the ThemeFont class.
Declaration
public ThemeFont(FontFamily fontFamily, FontLanguageType fontLanguageType)
Parameters
System.Windows.Media.FontFamily
fontFamily
The font family. |
FontLanguageType
fontLanguageType
The type of font language. |
Properties
FontFamily
Gets the font family.
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
The font family. |
FontLanguageType
Gets the type of the font language.
Declaration
public FontLanguageType FontLanguageType { get; }
Property Value
FontLanguageType
The type of font language. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|