Nicolas Cannasse 18 years ago
parent
commit
a4aea670e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash/TextFormat.hx

+ 1 - 0
std/flash/TextFormat.hx

@@ -29,6 +29,7 @@ extern class TextFormat
 	#if flash8
 	#if flash8
 	var kerning : Bool;
 	var kerning : Bool;
 	var letterSpacing : Float;
 	var letterSpacing : Float;
+	var display : String;
 	function getTextExtent(text:String, ?width : Float) : Dynamic;
 	function getTextExtent(text:String, ?width : Float) : Dynamic;
 	#end
 	#end