Class GenericHtmlFonts
Maps HTML generic font families (cursive, fantasy, monospace, sans-serif, serif) to actual fonts used during 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 font used for HTML's 'cursive' generic font family during import.
Declaration
public ThemableFontFamily Cursive { get; set; }
Property Value
|
ThemableFontFamily
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
|
ThemableFontFamily
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
|
ThemableFontFamily
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
|
ThemableFontFamily
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
|
ThemableFontFamily
The serif generic font. |