View source
enum FlxTextBorderStyle
package flixel.text
import flixel.text.FlxText
Available on all platforms
Values
SHADOW
A simple shadow to the lower-right
SHADOW_XY(offsetX:Float, offsetY:Float)
A shadow that allows custom placement
* **Note:** Ignores borderSize
OUTLINE
Outline on all 8 sides
OUTLINE_FAST
Outline, optimized using only 4 draw calls
* **Note:** Might not work for narrow and/or 1-pixel fonts