Package com.kevinschildhorn.atomik.typography.base

Types

Link copied to clipboard
actual class AtomikFontFamily

A class containing the Font Family of the Design system

expect class AtomikFontFamily

A class containing the Font Family of the Design system

actual class AtomikFontFamily

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)

A common implementation of a Typography, that contains data for describing a font.

Link copied to clipboard
interface AtomikTypographyType

A wrapper for an AtomikTypography associated with an id.

Link copied to clipboard
enum AtomikTypographyWeight : Enum<AtomikTypographyWeight>

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
interface TypographySet

A set of typography data to be used in the project