Function

FontFamily

Construct a font family that contains list of custom font files.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

FontFamily

Common
fun FontFamily(fonts: List<Font>): FontFamily

Construct a font family that contains list of custom font files.

Parameters

fonts list of font files

FontFamily

Common
fun FontFamily(vararg fonts: Font): FontFamily

Construct a font family that contains list of custom font files.

Parameters

fonts list of font files

FontFamily

Common
fun FontFamily(typeface: Typeface): FontFamily

Construct a font family that contains loaded font family: Typeface.

Parameters

typeface A typeface instance.

FontFamily

Android
fun FontFamily(typeface: Typeface): FontFamily

Creates a FontFamily from Android Typeface.

Parameters

typeface Android Typeface instance