forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Tools/linux_arm64/std/flash/text/TextExtent.hx
Normal file
11
Kha/Tools/linux_arm64/std/flash/text/TextExtent.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package flash.text;
|
||||
|
||||
extern class TextExtent {
|
||||
var ascent : Float;
|
||||
var descent : Float;
|
||||
var height : Float;
|
||||
var textFieldHeight : Float;
|
||||
var textFieldWidth : Float;
|
||||
var width : Float;
|
||||
function new(width : Float, height : Float, textFieldWidth : Float, textFieldHeight : Float, ascent : Float, descent : Float) : Void;
|
||||
}
|
Reference in New Issue
Block a user