Header menu logo fable-electron-docs-api

DefaultFontFamily Type

Constructors

Constructor Description

DefaultFontFamily(?standard, ?serif, ?sansSerif, ?monospace, ?cursive, ?fantasy, ?math)

Full Usage: DefaultFontFamily(?standard, ?serif, ?sansSerif, ?monospace, ?cursive, ?fantasy, ?math)

Parameters:
    ?standard : string - Defaults to Times New Roman.
    ?serif : string - Defaults to Times New Roman.
    ?sansSerif : string - Defaults to Arial.
    ?monospace : string - Defaults to Courier New.
    ?cursive : string - Defaults to Script.
    ?fantasy : string - Defaults to Impact.
    ?math : string - Defaults to Latin Modern Math.

Returns: DefaultFontFamily
?standard : string

Defaults to Times New Roman.

?serif : string

Defaults to Times New Roman.

?sansSerif : string

Defaults to Arial.

?monospace : string

Defaults to Courier New.

?cursive : string

Defaults to Script.

?fantasy : string

Defaults to Impact.

?math : string

Defaults to Latin Modern Math.

Returns: DefaultFontFamily

Instance members

Instance member Description

this.cursive

Full Usage: this.cursive

Defaults to Script.

this.fantasy

Full Usage: this.fantasy

Defaults to Impact.

this.math

Full Usage: this.math

Defaults to Latin Modern Math.

this.monospace

Full Usage: this.monospace

Defaults to Courier New.

this.sansSerif

Full Usage: this.sansSerif

Defaults to Arial.

this.serif

Full Usage: this.serif

Defaults to Times New Roman.

this.standard

Full Usage: this.standard

Defaults to Times New Roman.

Type something to start searching.