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