Start native apps faster with the Composables CLI ->
Class

RemoteTypeface.Style

Represents the style of a RemoteTypeface (e.g., Normal, Bold, Italic).

Source set: Android
public enum class Style {
        Normal,
        Bold,
        Italic,
        BoldItalic,
    }

Represents the style of a RemoteTypeface (e.g., Normal, Bold, Italic).

Members

Normal

Source set: Android
Normal

Bold

Source set: Android
Bold

Italic

Source set: Android
Italic

BoldItalic

Source set: Android
BoldItalic