pl.wendigo.chrome.api.page / FontFamilies

FontFamilies

data class FontFamilies (source)

Generic font families collection.

Link
Page#FontFamilies type documentation.

Constructors

<init>

FontFamilies(standard: String? = null, fixed: String? = null, serif: String? = null, sansSerif: String? = null, cursive: String? = null, fantasy: String? = null, pictograph: String? = null)

Generic font families collection.

Properties

cursive

val cursive: String?

The cursive font-family.

fantasy

val fantasy: String?

The fantasy font-family.

fixed

val fixed: String?

The fixed font-family.

pictograph

val pictograph: String?

The pictograph font-family.

sansSerif

val sansSerif: String?

The sansSerif font-family.

serif

val serif: String?

The serif font-family.

standard

val standard: String?

The standard font-family.