androidx.compose.remote.creation.compose.text

Classes

RemoteFontFamily

A sealed class that represents the concept of a FontFamily in Remote Compose.

RemoteFontFamily.Named

Represents a custom or system font family referenced by name.

RemoteTextStyle

A remote-aware text style that mirrors androidx.compose.ui.text.TextStyle but uses remote types where applicable.

Objects

RemoteFontFamily.Cursive

Represents the cursive system font family.

RemoteFontFamily.Default

Represents the default system font family.

RemoteFontFamily.Monospace

Represents the monospace system font family.

RemoteFontFamily.SansSerif

Represents the sans-serif system font family.

RemoteFontFamily.Serif

Represents the serif system font family.

RemoteTimeDefaults

Contains default values and helper methods for displaying time-related text in a remote context.