Package-level declarations
Types
Link copied to clipboard
data class FontInfo(var mainFamily: FontFamily? = null, var headingFamily: FontFamily? = null, var codeFamily: FontFamily? = null, var size: Size? = null)
Mutable 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.