ClassGenericHtmlFonts
Maps HTML generic font families (cursive, fantasy, monospace, sans-serif, serif) to actual fonts used during import.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class GenericHtmlFonts
Inheritance: objectGenericHtmlFonts
Properties
Cursive
Gets or sets the font used for HTML's 'cursive' generic font family during import.
Declaration
public ThemableFontFamily Cursive { get; set; }
Property Value
The cursive.
Fantasy
Gets or sets the font used for HTML's 'fantasy' generic font family during import.
Declaration
public ThemableFontFamily Fantasy { get; set; }
Property Value
The fantasy generic font.
Monospace
Gets or sets the font used for HTML's 'monospace' generic font family during import.
Declaration
public ThemableFontFamily Monospace { get; set; }
Property Value
The monospace generic font.
SansSerif
Gets or sets the font used for HTML's 'sans-serif' generic font family during import.
Declaration
public ThemableFontFamily SansSerif { get; set; }
Property Value
The sans-serif generic font.
Serif
Gets or sets the font used for HTML's 'serif' generic font family during import.
Declaration
public ThemableFontFamily Serif { get; set; }
Property Value
The serif generic font.