forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Tools/macos/std/flash/text/TextFormatAlign.hx
Normal file
10
Kha/Tools/macos/std/flash/text/TextFormatAlign.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package flash.text;
|
||||
|
||||
@:native("flash.text.TextFormatAlign") extern enum abstract TextFormatAlign(String) {
|
||||
var CENTER;
|
||||
var END;
|
||||
var JUSTIFY;
|
||||
var LEFT;
|
||||
var RIGHT;
|
||||
var START;
|
||||
}
|
Reference in New Issue
Block a user