CurvedTextStyle

Class

Android

Deprecated glance-wear-tiles is deprecated and will be removed

public class CurvedTextStyle(
    public val color: ColorProvider? = null,
    public val fontSize: TextUnit? = null,
    public val fontWeight: FontWeight? = null,
    public val fontStyle: FontStyle? = null,
)

Description of a text style for the CurvedScope.curvedText composable.