Start native apps faster with the Composables CLI ->
Class

RemoteFontFamily.Named

Represents a custom or system font family referenced by name.

Source set: Android
public class Named(name: String) : RemoteFontFamily(name, "RemoteFontFamily.Named($name)")

Represents a custom or system font family referenced by name.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int