Class FontsProvider
Represents Fonts provider class.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FontsProvider : NotifyPropertyChangedBase, INotifyPropertyChanged
  Properties
FontSizes
Gets the font sizes.
Declaration
public IEnumerable<double> FontSizes { get; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<System.Double>
         The font sizes.  | 
    
RegisteredFonts
Gets the registered fonts.
Declaration
public IEnumerable<FontFamilyInfo> RegisteredFonts { get; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<FontFamilyInfo>
         The registered fonts.  | 
    
Methods
CreateFontFamilyInfo(ThemableFontFamily, DocumentTheme)
Creates font family info.
Declaration
public static FontFamilyInfo CreateFontFamilyInfo(ThemableFontFamily themableFontFamily, DocumentTheme theme)
  Parameters
| 
        ThemableFontFamily
        themableFontFamily
         The themable font family.  | 
    
| 
        DocumentTheme
        theme
         The theme.  | 
    
Returns
| 
        FontFamilyInfo
         The font family info.  | 
    
CreateThemableFontFamily(FontFamilyInfo)
Creates themable font family.
Declaration
public static ThemableFontFamily CreateThemableFontFamily(FontFamilyInfo fontFamilyInfo)
  Parameters
| 
        FontFamilyInfo
        fontFamilyInfo
         The font family info.  | 
    
Returns
| 
        ThemableFontFamily
         The themable font family.  |