Font

data class Font(val names: List<String>)

Fonts are provided as a list of family names, in descending priority.

Generally, this list should end in one of the universal family names serif, sansSerif, or monospace.

Constructors

Link copied to clipboard
constructor(preferred: String, vararg fallback: String)
constructor(names: List<String>)

Properties

Link copied to clipboard