Font Opts
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)