View source
enum abstract FlxTextAlign(String)
package flixel.text
from String
import flixel.text.FlxText
Static methods
Variables
inlineread onlyCENTER:FlxTextAlign = "center"
Warning: on Flash, this can have a negative impact on performance
of multiline texts that are frequently regenerated (especially with
borderStyle == OUTLINE
) due to a workaround for blurry rendering.