Package com. kevinschildhorn. atomik. typography. base
Types
Link copied to clipboard
A class containing the Font Family of the Design system
A class containing the Font Family of the Design system
A class containing the Font Family of the Design system
Link copied to clipboard
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.
Link copied to clipboard
A wrapper for an AtomikTypography associated with an id.
Link copied to clipboard
A common implementation of the weight of a text, such as bold or thin. Meant to cover the common Weights that would be used in UI Design
Link copied to clipboard
A set of typography data to be used in the project