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

LoadedFontFamily

public final class LoadedFontFamily extends FontFamily

java.lang.Object
   ↳ androidx.compose.ui.text.font.FontFamily
     ↳ androidx.compose.ui.text.font.LoadedFontFamily

Defines a font family that is already loaded Typeface.

Summary

Public methods

boolean
equals(Object other)
final @NonNull Typeface

A typeface instance.

int
@NonNull String

Inherited methods

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

This method is deprecated. Unused property that has no meaning.

Public methods

equals

public boolean equals(Object other)

getTypeface

public final @NonNull Typeface getTypeface()

A typeface instance.

hashCode

public int hashCode()

toString

public @NonNull String toString()