Name

textAscent

Description Returns ascent of the current font at its current size. This information is useful for determining the height of the font above the baseline. For example, adding the textAscent() and textDescent() values will give you the total height of the line.
Syntax
	textAscent()
Related textDescent
Creative Commons License