I need to get a distance between Baseline and Lowercase line inside the scaled TextField, using ActionScript 3. I marked it's with the blue arrows here: 
Does anybody knows how to get this value?
I need to get a distance between Baseline and Lowercase line inside the scaled TextField, using ActionScript 3. I marked it's with the blue arrows here: 
Does anybody knows how to get this value?
What you are looking for is called the x-height. Unfortunately, the Flash ActionScript API does not provide any way of getting the x-height for a typeface.
With some tricky techniques, you might be able to calculate the x-height yourself though. I am thinking you might be able to create a new textfield with just an "x" in it, and draw it to a bitmapdata. Then test the pixels to get the height.