Class
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:

cs-api-definition
public class GenericHtmlFonts

Inheritance: objectGenericHtmlFonts

Properties

Cursive

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public ThemableFontFamily Serif { get; set; }

Property Value

ThemableFontFamily

The serif generic font.