Constructor
new(?fontColor:FlxColor, ?bold:Bool, ?italic:Bool, ?borderColor:FlxColor, ?underline:Bool)
Parameters:
fontColor | Font color, in |
---|---|
bold | Whether the text should be bold (must be supported by the font). |
italic | Whether the text should be in italics (must be supported by the font). Only works on Flash. |
borderColor | Border color, in |
underline | Whether the text should be underlined. |