PaywallFontFamily

data class PaywallFontFamily(val fonts: List<PaywallFont>) : Parcelable

Represents a font family. You can add one ore more PaywallFont with different weights and font styles.

Constructors

Link copied to clipboard
constructor(fonts: List<PaywallFont>)

Functions

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

Properties

Link copied to clipboard