/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
- package flash.text;
- extern class TextExtent {
- var ascent : Float;
- var descent : Float;
- var height : Float;
- var textFieldHeight : Float;
- var textFieldWidth : Float;
- var width : Float;
- function new(width : Float, height : Float, textFieldWidth : Float, textFieldHeight : Float, ascent : Float, descent : Float) : Void;
- }