haXe API Documentation
Back | Index
extern class flash.text.TextLineMetrics
Available in flash9
var ascent : Float
var descent : Float
var height : Float
var leading : Float
var width : Float
var x : Float
function new(x : Float, width : Float, height : Float, ascent : Float, descent : Float, leading : Float) : Void
Back | Index