forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/linux_arm64/std/flash/text/FontStyle.hx
Normal file
8
Kha/Tools/linux_arm64/std/flash/text/FontStyle.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.text;
|
||||
|
||||
@:native("flash.text.FontStyle") extern enum abstract FontStyle(String) {
|
||||
var BOLD;
|
||||
var BOLD_ITALIC;
|
||||
var ITALIC;
|
||||
var REGULAR;
|
||||
}
|
Reference in New Issue
Block a user