Source set: Common
class LoadedFontFamily internal constructor(val typeface: Typeface) : FontFamily(true)
Defines a font family that is already loaded Typeface.
Parameters
| typeface | A typeface instance. |
Defines a font family that is already loaded Typeface.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class LoadedFontFamily internal constructor(val typeface: Typeface) : FontFamily(true)
Defines a font family that is already loaded Typeface.
| typeface | A typeface instance. |
Last updated: