TextRenderer.hx 299 B

123456789101112
  1. package flash.text;
  2. #if !flash8
  3. "This class is only accesible in Flash8"
  4. #end
  5. extern class TextRenderer {
  6. static var maxLevel : Float;
  7. static function setAdvancedAntialiasingTable( fontName : String, fontStyle: String, colorType : String, advancedAntialiasingTable : Array<Dynamic> ) : Void;
  8. }