TypographySet

interface TypographySet

A set of typography data to be used in the project

Is an interface that is used to hold the typographies used in the project. Implemented in CustomTypographySet

Functions

Link copied to clipboard
abstract fun getTypography(type: AtomikTypographyType): AtomikTypography

Gets the typography based on a type. If none is found then the fallback is returned

Properties

Link copied to clipboard
abstract val fallbackTypography: AtomikTypography

the Typography that is passed if the requested color cannot be found