Typography

class Typography(sizeScaleFactor: Float, @FontRes fontResId: Int?, custom: PaymentSheet.Typography.Custom) : Parcelable

Constructors

Link copied to clipboard
constructor(sizeScaleFactor: Float, @FontRes fontResId: Int?, custom: PaymentSheet.Typography.Custom)
constructor(sizeScaleFactor: Float, @FontRes fontResId: Int?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
class Font(@FontRes fontFamily: Int? = null, fontSizeSp: Float? = null, fontWeight: Int? = null, letterSpacingSp: Float? = null) : Parcelable

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)