Font Reference
data class FontReference(val name: String, val size: Int, val weight: FontWeight = FontWeight.NORMAL, val style: FontStyle = FontStyle.NORMAL, val leading: FontLeading = FontLeading.NORMAL)
Constructors
Link copied to clipboard
constructor(name: String, size: Int, weight: FontWeight = FontWeight.NORMAL, style: FontStyle = FontStyle.NORMAL, leading: FontLeading = FontLeading.NORMAL)