class RemoteFontFamily.Named : RemoteFontFamily


Represents a custom or system font family referenced by name.

Summary

Public constructors

Named(name: String)

Public functions

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

Inherited properties

From androidx.compose.remote.creation.compose.text.RemoteFontFamily
String

The name used by the player to resolve the font (e.g., "serif").

Public constructors

Named

Added in 1.0.0-alpha12
Named(name: String)

Public functions

equals

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

hashCode

open fun hashCode(): Int