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