Font
data class Font(val weight: Fonts.Weight, val style: String, val name: String, val axis: List<Fonts.Axis>? = null, val ttcIndex: Int = 0, val postScriptName: String? = null, val fallbackFor: String? = null)
Constructors
Link copied to clipboard
constructor(weight: Fonts.Weight, style: String, name: String, axis: List<Fonts.Axis>? = null, ttcIndex: Int = 0, postScriptName: String? = null, fallbackFor: String? = null)