Rasterizer:getDescent

Edit

Returns the descent metric of the font, in pixels. The descent represents how far any glyph of the font descends below the baseline.

descent = Rasterizer:getDescent()

Arguments

None

Returns

NameTypeDescription
descentnumber The descent of the font, in pixels.

See also