package flixel.text
pxText | |
FlxBitmapTextField | Extends FlxSprite to support rendering text. * Can tint, fade, rotate and scale just like a sprite. * Doesn't really animate though, as far as I know. * Also does nice pixel-perfect centering on pixel fonts * as long as they are only one liners. |
FlxText | Extends FlxSprite to support rendering text. Can tint, fade, rotate and scale just like a sprite. Doesn't really animate * though, as far as I know. Also does nice pixel-perfect centering on pixel fonts as long as they are only one liners. |
FlxTextField | Extends FlxText for better support rendering text on cpp target. * Doesn't have multicamera support. * Displays over all other objects. |
FlxTextFormat |