FontOpts

data class FontOpts(val familyName: String? = null, val lang: String? = null, val weight: Fonts.Weight? = Weight.NORMAL, val style: String? = Font.STYLE_NORMAL)

Constructors

Link copied to clipboard
constructor(familyName: String? = null, lang: String? = null, weight: Fonts.Weight? = Weight.NORMAL, style: String? = Font.STYLE_NORMAL)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val lang: String?
Link copied to clipboard
Link copied to clipboard