Files
LNXSDK/Kha/Tools/macos_x64/std/flash/text/engine/TextElement.hx

8 lines
366 B
Haxe
Raw Permalink Normal View History

2026-05-22 11:48:42 -07:00
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;
}