I was wondering if there is anything in PHP that will get me different properties of a font like ascent, descent, leading, height, etc.
Something similar to FontMetrics class in java fount at:
http://docs.oracle.com/javase/6/docs/api/java/awt/FontMetrics.html
I looked into imagettfbbox function (GD Library) but it wont give me all the properties I am looking for.