Fonts
class Fonts
Types
Link copied to clipboard
Link copied to clipboard
data class Family(val name: String? = null, val variant: String? = null, val lang: String? = null, val fonts: Map<Fonts.Weight, List<Fonts.Font>>)
Link copied to clipboard
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)
Link copied to clipboard