Font:getDescent
Returns the maximum distance that any glyph will extend below the Font's baseline. Units are generally in meters, see Font:getPixelDensity
for more information. Note that due to the coordinate system for fonts, this is a negative value.
descent = Font:getDescent()
Arguments
None
Returns
Name | Type | Description |
descent | number | The descent of the Font. |
See also
Font