MomentsCustomFont

data class MomentsCustomFont(identifier: String, font: Typeface)

This class represents a custom font in Moments Text Interactive

Parameters

identifier

: Custom identifier of the font

font

: Custom font to use

Constructors

MomentsCustomFont
Link copied to clipboard
fun MomentsCustomFont(identifier: String, font: Typeface)