Package design.andromedacompose.foundation.typography

Types

Link copied to clipboard
class AndromedaTypography(titleHeroTextStyle: TextStyle, titleModerateBoldTextStyle: TextStyle, titleModerateDemiTextStyle: TextStyle, titleSmallDemiTextStyle: TextStyle, bodyModerateDefaultTypographyStyle: TextStyle, bodySmallDefaultTypographyStyle: TextStyle, captionModerateBookDefaultTypographyStyle: TextStyle, captionModerateDemiDefaultTypographyStyle: TextStyle)

Contains all the typography we provide for our components.

Link copied to clipboard
interface BaseTypography

Functions

Link copied to clipboard
fun BaseTypography.getComposeTextStyle(): TextStyle
Link copied to clipboard
@Composable
fun ProvideMergedTextStyle(value: TextStyle, content: @Composable () -> Unit)
Link copied to clipboard
@Composable
fun textStyles(fontFamily: FontFamily): AndromedaTypography

Builds the default typography set for our theme.

Properties

Link copied to clipboard
val AndromedaFonts: FontFamily
Link copied to clipboard
val LocalTextStyle: ProvidableCompositionLocal<TextStyle>