Scanbot Typography
constructor(defaultFontFamily: <Error class: unknown class> = FontFamily.SansSerif, h1: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Normal,
fontSize = 22.sp,
lineHeight = 24.sp,
), h2: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Normal,
fontSize = 20.sp,
lineHeight = 24.sp,
), h3: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Medium,
fontSize = 18.sp,
lineHeight = 24.sp,
), subtitle1: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.SemiBold,
fontSize = 16.sp,
lineHeight = 24.sp,
), subtitle2: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Medium,
fontSize = 16.sp,
lineHeight = 24.sp,
), subtitle3: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Normal,
fontSize = 16.sp,
lineHeight = 24.sp,
), body1: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Medium,
fontSize = 14.sp,
lineHeight = 16.sp,
), body2: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Normal,
fontSize = 14.sp,
lineHeight = 16.sp,
), caption1: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Medium,
fontSize = 12.sp,
lineHeight = 16.sp,
), caption2: <Error class: unknown class> = TextStyle(
fontWeight = FontWeight.Normal,
fontSize = 12.sp,
lineHeight = 16.sp,
))