FontInfo

class FontInfo(var size: Int = 12, var style: Font.Style = Style.Normal, var weight: Int = Normal, var families: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(size: Int = 12, style: Font.Style = Style.Normal, weight: Int = Normal, families: List<String> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

of the Font, in priority order (where subsequent names are fallbacks if previous ones cannot load)

Link copied to clipboard

Single family name of the Font. Note this should not be a comma-separated list. Use families to get "fall-back" behavior for family names.

Link copied to clipboard
var size: Int

of the Font

Link copied to clipboard

of the Font

Link copied to clipboard
var weight: Int

of the Font