forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/linux_arm64/std/flash/text/TextRun.hx
Normal file
8
Kha/Tools/linux_arm64/std/flash/text/TextRun.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.text;
|
||||
|
||||
extern class TextRun {
|
||||
var beginIndex : Int;
|
||||
var endIndex : Int;
|
||||
var textFormat : TextFormat;
|
||||
function new(beginIndex : Int, endIndex : Int, textFormat : TextFormat) : Void;
|
||||
}
|
Reference in New Issue
Block a user