forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/linux_x64/std/flash/text/engine/TextElement.hx
Normal file
7
Kha/Tools/linux_x64/std/flash/text/engine/TextElement.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.text.engine;
|
||||
|
||||
extern final class TextElement extends ContentElement {
|
||||
function new(?text : String, ?elementFormat : ElementFormat, ?eventMirror : flash.events.EventDispatcher, ?textRotation : TextRotation) : Void;
|
||||
function replaceText(beginIndex : Int, endIndex : Int, newText : String) : Void;
|
||||
private function set_text(value : String) : String;
|
||||
}
|
Reference in New Issue
Block a user