androidx.compose.remote.creation.compose.text
Interfaces
RemoteTypeface |
A sealed interface that represent the concept of a Typeface in Remote Compose. |
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 |
RemoteTypeface.Named |
Represents a system font referenced by name. |
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. |
RemoteTypeface.Default |
Represents the default system font. |
RemoteTypeface.DefaultBold |
Represents the default bold system font. |
RemoteTypeface.Monospace |
Represents the monospace system font. |
RemoteTypeface.SansSerif |
Represents the sans-serif system font. |
RemoteTypeface.Serif |
Represents the serif system font. |
Enums
RemoteTypeface.Style |
Represents the style of a RemoteTypeface (e.g., Normal, Bold, Italic). |
Extension functions summary
RemoteTypeface |
Converts this |
Extension functions
RemoteFontFamily.toRemoteTypeface
fun RemoteFontFamily.toRemoteTypeface(): RemoteTypeface
Converts this RemoteFontFamily into a RemoteTypeface.