Charcoal Typography
data class CharcoalTypography(val regular10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle10lineHeight,
), val regular12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle12lineHeight,
), val regular14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle14lineHeight,
), val regular16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle16lineHeight,
), val regular20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle20lineHeight,
), val bold10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle10lineHeight,
), val bold12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle12lineHeight,
), val bold14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle14lineHeight,
), val bold16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle16lineHeight,
), val bold20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle20lineHeight,
), val mono10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle10lineHeight,
), val mono12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle12lineHeight,
), val mono14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle14lineHeight,
), val mono16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle16lineHeight,
), val mono20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle20lineHeight,
), val boldMono10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle10lineHeight,
), val boldMono12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle12lineHeight,
), val boldMono14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle14lineHeight,
), val boldMono16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle16lineHeight,
), val boldMono20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle20lineHeight,
))
Constructors
Link copied to clipboard
fun CharcoalTypography(regular10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle10lineHeight,
), regular12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle12lineHeight,
), regular14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle14lineHeight,
), regular16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle16lineHeight,
), regular20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = FontFamily.SansSerif,
lineHeight = charcoalTextStyle20lineHeight,
), bold10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle10lineHeight,
), bold12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle12lineHeight,
), bold14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle14lineHeight,
), bold16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle16lineHeight,
), bold20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = FontFamily.SansSerif,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle20lineHeight,
), mono10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle10lineHeight,
), mono12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle12lineHeight,
), mono14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle14lineHeight,
), mono16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle16lineHeight,
), mono20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
lineHeight = charcoalTextStyle20lineHeight,
), boldMono10: TextStyle = TextStyle(
fontSize = charcoalTextStyle10FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle10lineHeight,
), boldMono12: TextStyle = TextStyle(
fontSize = charcoalTextStyle12FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle12lineHeight,
), boldMono14: TextStyle = TextStyle(
fontSize = charcoalTextStyle14FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle14lineHeight,
), boldMono16: TextStyle = TextStyle(
fontSize = charcoalTextStyle16FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle16lineHeight,
), boldMono20: TextStyle = TextStyle(
fontSize = charcoalTextStyle20FontSize,
fontFamily = charcoalFontFamilyRobotoMono,
fontWeight = FontWeight.Bold,
lineHeight = charcoalTextStyle20lineHeight,
))