//kit/healthstack.kit.theme/AppTypography

AppTypography

[androidJvm]
data class AppTypography(val headline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 40.sp, lineHeight = 52.sp ), val headline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 32.sp, lineHeight = 41.6.sp ), val headline3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 20.sp, lineHeight = 26.sp ), val headline4: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), val title1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 18.sp, lineHeight = 23.4.sp ), val title2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), val title3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 14.sp, lineHeight = 18.2.sp ), val subtitle1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 18.sp, lineHeight = 23.4.sp ), val subtitle2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), val subtitle3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), val body1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), val body2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), val body3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 12.sp, lineHeight = 15.6.sp ), val caption: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 12.sp, lineHeight = 15.6.sp ), val overline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 10.sp, lineHeight = 13.sp ), val overline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 10.sp, lineHeight = 13.sp ))

Constructors

   
AppTypography [androidJvm]
fun AppTypography(headline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 40.sp, lineHeight = 52.sp ), headline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 32.sp, lineHeight = 41.6.sp ), headline3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 20.sp, lineHeight = 26.sp ), headline4: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 18.sp, lineHeight = 23.4.sp ), title2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 14.sp, lineHeight = 18.2.sp ), subtitle1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 18.sp, lineHeight = 23.4.sp ), subtitle2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), subtitle3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), body2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 12.sp, lineHeight = 15.6.sp ), caption: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 12.sp, lineHeight = 15.6.sp ), overline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 10.sp, lineHeight = 13.sp ), overline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 10.sp, lineHeight = 13.sp ))

Properties

Name Summary
body1 [androidJvm]
val body1: TextStyle
body2 [androidJvm]
val body2: TextStyle
body3 [androidJvm]
val body3: TextStyle
caption [androidJvm]
val caption: TextStyle
headline1 [androidJvm]
val headline1: TextStyle
headline2 [androidJvm]
val headline2: TextStyle
headline3 [androidJvm]
val headline3: TextStyle
headline4 [androidJvm]
val headline4: TextStyle
overline1 [androidJvm]
val overline1: TextStyle
overline2 [androidJvm]
val overline2: TextStyle
subtitle1 [androidJvm]
val subtitle1: TextStyle
subtitle2 [androidJvm]
val subtitle2: TextStyle
subtitle3 [androidJvm]
val subtitle3: TextStyle
title1 [androidJvm]
val title1: TextStyle
title2 [androidJvm]
val title2: TextStyle
title3 [androidJvm]
val title3: TextStyle