Fields

@:optional@:default(300)optionalwidth:Null<Int>

* The width of the

@:optional@:default(32)optionalsize:Null<Int>

* The font size to use for the text.

@:optional@:default(0)optionalshadowWidth:Null<Int>

* The width of the shadow of the text.

shadowColor:String

* The color to use for the shadow of the text. Use transparent to disable.

@:optional@:default([0, 0])optionaloffsets:Null<Array<Float>>

* The position of the text in teh box.

@:optional@:default("Arial")optionalfontFamily:Null<String>

* The font to use for the text. * @since v1.1.0 * @default `Arial`, make sure to switch this!

@:optional@:default("#000000")optionalcolor:Null<String>

* The color to use for the text. * Use a string that can be translated to a color, like `#FF0000` for red.