FontMetrics.getDescent

Returns the descent of the font described by the receiver. A font's <em>descent</em> is the distance from the baseline to the bottom of actual characters, not including any of the leading area, measured in pixels.

@return the descent of the font

class FontMetrics
int
getDescent
(
)

Meta