CurvedTextStyle

class CurvedTextStyle


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

Summary

Public constructors

CurvedTextStyle(
    color: ColorProvider?,
    fontSize: TextUnit?,
    fontWeight: FontWeight?,
    fontStyle: FontStyle?
)

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. glance-wear-tiles is deprecated and will be removed

open Int

This function is deprecated. glance-wear-tiles is deprecated and will be removed

open String

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Public properties

ColorProvider?

This property is deprecated. glance-wear-tiles is deprecated and will be removed

TextUnit?

This property is deprecated. glance-wear-tiles is deprecated and will be removed

FontStyle?

This property is deprecated. glance-wear-tiles is deprecated and will be removed

FontWeight?

This property is deprecated. glance-wear-tiles is deprecated and will be removed

Public constructors

CurvedTextStyle

Added in 1.0.0-alpha07
Deprecated in 1.0.0-alpha07
CurvedTextStyle(
    color: ColorProvider? = null,
    fontSize: TextUnit? = null,
    fontWeight: FontWeight? = null,
    fontStyle: FontStyle? = null
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

color

Added in 1.0.0-alpha07
Deprecated in 1.0.0-alpha07
val colorColorProvider?

fontSize

val fontSizeTextUnit?

fontStyle

val fontStyleFontStyle?

fontWeight

val fontWeightFontWeight?