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?
)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public constructors

CurvedTextStyle

Added in 1.0.0-alpha06
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-alpha06
val colorColorProvider?

fontSize

Added in 1.0.0-alpha06
val fontSizeTextUnit?

fontStyle

Added in 1.0.0-alpha06
val fontStyleFontStyle?

fontWeight

Added in 1.0.0-alpha06
val fontWeightFontWeight?