FontMetrics.getLeading

FontMetrics.getLeading

Class Overview | Class Members | This Package | All Packages

Syntax
public int getLeading()
Returns
the standard leading of the font.
Description
Determines the standard leading of the font described by this font metric. The standard leading (interline spacing) is the logical amount of space to be reserved between the descent of one line of text and the ascent of the next line. The height metric is calculated to include this extra space.

See Also
getHeight, getAscent, getDescent