/bin/std/flash9/text/TextExtent.hx

http://github.com/Yoomee/clippy · Haxe · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · ea0542438b3c19b1629a4f8237c88cd1 MD5 · raw file

  1. package flash.text;
  2. extern class TextExtent {
  3. var ascent : Float;
  4. var descent : Float;
  5. var height : Float;
  6. var textFieldHeight : Float;
  7. var textFieldWidth : Float;
  8. var width : Float;
  9. function new(width : Float, height : Float, textFieldWidth : Float, textFieldHeight : Float, ascent : Float, descent : Float) : Void;
  10. }