Name

textDescent

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