Class FontsProvider
Represents Fonts provider class.
Inheritance
System.Object
FontsProvider
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FontsProvider : NotifyPropertyChangedBase
Properties
FontSizes
Gets the font sizes.
Declaration
public IEnumerable<double> FontSizes { get; }
Property Value
System. The font sizes. |
RegisteredFonts
Gets the registered fonts.
Declaration
public IEnumerable<FontFamilyInfo> RegisteredFonts { get; }
Property Value
System. The registered fonts. |
Methods
CreateFontFamilyInfo(ThemableFontFamily, DocumentTheme)
Creates font family info.
Declaration
public static FontFamilyInfo CreateFontFamilyInfo(ThemableFontFamily themableFontFamily, DocumentTheme theme)
Parameters
Telerik. The themable font family. |
Telerik. The theme. |
Returns
Font The font family info. |
CreateThemableFontFamily(FontFamilyInfo)
Creates themable font family.
Declaration
public static ThemableFontFamily CreateThemableFontFamily(FontFamilyInfo fontFamilyInfo)
Parameters
Font The font family info. |
Returns
Telerik. The themable font family. |