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;