GenericHtmlFonts
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
Gets or sets the font used for HTML's 'cursive' generic font family during import.
public ThemableFontFamily Cursive { get; set; }
The cursive.
Gets or sets the font used for HTML's 'fantasy' generic font family during import.
public ThemableFontFamily Fantasy { get; set; }
The fantasy generic font.
Gets or sets the font used for HTML's 'monospace' generic font family during import.
public ThemableFontFamily Monospace { get; set; }
The monospace generic font.
Gets or sets the font used for HTML's 'sans-serif' generic font family during import.
public ThemableFontFamily SansSerif { get; set; }
The sans-serif generic font.
Gets or sets the font used for HTML's 'serif' generic font family during import.
public ThemableFontFamily Serif { get; set; }
The serif generic font.