FontsProvider
Class
Represents Fonts provider class.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class FontsProvider : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseFontsProvider
Implements:
Inherited Members
Properties
Gets the font sizes.
C#
public IEnumerable<double> FontSizes { get; }
The font sizes.
RegisteredFonts
IEnumerable<FontFamilyInfo>
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.
Creates themable font family.
C#
public static ThemableFontFamily CreateThemableFontFamily(FontFamilyInfo fontFamilyInfo)
The font family info.
Returns:The themable font family.