New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class GenericHtmlFonts

Inheritance: objectGenericHtmlFonts

Properties

Gets or sets the font used for HTML's 'cursive' generic font family during import.

C#
public ThemableFontFamily Cursive { get; set; }
Property Value:

The cursive.

Gets or sets the font used for HTML's 'fantasy' generic font family during import.

C#
public ThemableFontFamily Fantasy { get; set; }
Property Value:

The fantasy generic font.

Gets or sets the font used for HTML's 'monospace' generic font family during import.

C#
public ThemableFontFamily Monospace { get; set; }
Property Value:

The monospace generic font.

Gets or sets the font used for HTML's 'sans-serif' generic font family during import.

C#
public ThemableFontFamily SansSerif { get; set; }
Property Value:

The sans-serif generic font.

Gets or sets the font used for HTML's 'serif' generic font family during import.

C#
public ThemableFontFamily Serif { get; set; }
Property Value:

The serif generic font.