ClassFontsProvider
Class
Represents Fonts provider class.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class FontsProvider : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseFontsProvider
Implements:
Inherited Members
Properties
FontSizes
Gets the font sizes.
Declaration
cs-api-definition
public IEnumerable<double> FontSizes { get; }
Property Value
The font sizes.
RegisteredFonts
Gets the registered fonts.
Declaration
cs-api-definition
public IEnumerable<FontFamilyInfo> RegisteredFonts { get; }
Property Value
The registered fonts.
Methods
CreateFontFamilyInfo(ThemableFontFamily, DocumentTheme)
Creates font family info.
Declaration
cs-api-definition
public static FontFamilyInfo CreateFontFamilyInfo(ThemableFontFamily themableFontFamily, DocumentTheme theme)
Parameters
themableFontFamily
The themable font family.
theme
The theme.
Returns
The font family info.
CreateThemableFontFamily(FontFamilyInfo)
Creates themable font family.
Declaration
cs-api-definition
public static ThemableFontFamily CreateThemableFontFamily(FontFamilyInfo fontFamilyInfo)
Parameters
fontFamilyInfo
The font family info.
Returns
The themable font family.