Class GenericHtmlFonts
Represents a collection of generic fonts that will be used during Html import.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class GenericHtmlFonts
Properties
Cursive
Gets or sets the cursive generic font.
Declaration
public ThemableFontFamily Cursive { get; set; }
Property Value
Themable The cursive. |
Fantasy
Gets or sets the fantasy generic font.
Declaration
public ThemableFontFamily Fantasy { get; set; }
Property Value
Themable The fantasy generic font. |
Monospace
Gets or sets the monospace generic font.
Declaration
public ThemableFontFamily Monospace { get; set; }
Property Value
Themable The monospace generic font. |
SansSerif
Gets or sets the sans-serif generic font.
Declaration
public ThemableFontFamily SansSerif { get; set; }
Property Value
Themable The sans-serif generic font. |
Serif
Gets or sets the serif generic font.
Declaration
public ThemableFontFamily Serif { get; set; }
Property Value
Themable The serif generic font. |