Nicolas Cannasse 19 年之前
父节点
当前提交
0beb3ab2ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/flash/TextField.hx

+ 1 - 1
std/flash/TextField.hx

@@ -61,7 +61,7 @@ extern class TextField
 	function replaceText(beginIndex:Float,endIndex:Float,newText:String):Void;
 	function replaceSel(newText:String):Void;
 	function getTextFormat(beginIndex:Float,endIndex:Float):TextFormat;
-	function setTextFormat():Void;
+	function setTextFormat( tf : TextFormat ):Void;
 	function removeTextField():Void;
 	function getNewTextFormat():TextFormat;
 	function setNewTextFormat(tf:TextFormat):Void;