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