Atomik Typography
data class AtomikTypography( val weight: AtomikTypographyWeight = AtomikTypographyWeight.NORMAL, val size: Int, val fontName: String? = null)
Content copied to clipboard
A common implementation of a Typography, that contains data for describing a font.
Constructors
Link copied to clipboard
fun AtomikTypography( weight: AtomikTypographyWeight = AtomikTypographyWeight.NORMAL, size: Int, fontName: String? = null)
Content copied to clipboard