Package-level declarations

Types

Link copied to clipboard
data class FontInfo(val mainFamily: FontFamily? = null, val headingFamily: FontFamily? = null, val codeFamily: FontFamily? = null, val size: Size? = null)

Immutable information about the global font configuration of a document. When any of the fields is null, the default value supplied by the underlying renderer is used.

Functions

Link copied to clipboard