var s:String = yourLabel.text; var m:TextLineMetrics = yourLabel.measureText(s); trace(m.width + ':' + m.height);