The StageTextInitOptions class defines the options available for initializing a StageText object.

See also:

  • openfl.text.StageText

Constructor

@:value({ multiline : false })new(multiline:Bool = false)

Creates a StageTextInitOptions object.

Variables

multiline:Bool

Specifies whether the StageText object displays multiple lines of text.