//Spheroid Script/spheroid.client.ui/TextProperties
TextProperties
interface TextProperties
Functions
Name | Summary |
---|---|
toString | fun toString(): String |
Properties
Name | Summary |
---|---|
fontWeight | Available values: “normal”, “bold”, “black” var fontWeight: String? |
textAlign | Available values: “left”, “center”, “right” var textAlign: String? |
textColor | var textColor: Color? |
textSize | var textSize: Size? |
Inheritors
Name |
---|
TextField |
Text |