Typography
data class Typography constructor(val sizeScaleFactor: Float, @FontRes val fontResId: Int?, val custom: PaymentSheet.Typography.Custom) : Parcelable
Properties
Link copied to clipboard
Custom font configuration for specific text styles Note: When set, these fonts override the default font calculations for their respective text styles
Link copied to clipboard
The scale factor for all fonts in PaymentSheet, the default value is 1.0. When this value increases fonts will increase in size and decrease when this value is lowered.