Font:getDescent

Edit

Returns the descent of the font. The descent is the maximum amount glyphs descend below the baseline. The units depend on the font's pixel density. With the default density, the units correspond to meters.

descent = Font:getDescent()

Arguments

None

Returns

NameTypeDescription
descentnumber The descent of the font.

See also