{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

LoadedFontFamily

kotlin.Any
   ↳ androidx.compose.ui.text.font.FontFamily
     ↳ androidx.compose.ui.text.font.LoadedFontFamily

Defines a font family that is already loaded Typeface.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Typeface

A typeface instance.

Cmn

Inherited properties

From androidx.compose.ui.text.font.FontFamily

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

typeface

val typefaceTypeface

A typeface instance.