StripeTypography
data class StripeTypography(val fontWeightNormal: Int, val fontWeightMedium: Int, val fontWeightBold: Int, val fontSizeMultiplier: Float, val xxSmallFontSize: TextUnit, val xSmallFontSize: TextUnit, val smallFontSize: TextUnit, val mediumFontSize: TextUnit, val largeFontSize: TextUnit, val xLargeFontSize: TextUnit, @FontRes val fontFamily: Int?, val body1FontFamily: FontFamily? = null, val body2FontFamily: FontFamily? = null, val h4FontFamily: FontFamily? = null, val h5FontFamily: FontFamily? = null, val h6FontFamily: FontFamily? = null, val subtitle1FontFamily: FontFamily? = null, val captionFontFamily: FontFamily? = null)
Constructors
Link copied to clipboard
constructor(fontWeightNormal: Int, fontWeightMedium: Int, fontWeightBold: Int, fontSizeMultiplier: Float, xxSmallFontSize: TextUnit, xSmallFontSize: TextUnit, smallFontSize: TextUnit, mediumFontSize: TextUnit, largeFontSize: TextUnit, xLargeFontSize: TextUnit, @FontRes fontFamily: Int?, body1FontFamily: FontFamily? = null, body2FontFamily: FontFamily? = null, h4FontFamily: FontFamily? = null, h5FontFamily: FontFamily? = null, h6FontFamily: FontFamily? = null, subtitle1FontFamily: FontFamily? = null, captionFontFamily: FontFamily? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard