Rasterizer:getDescent
EditReturns 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
Name | Type | Description |
descent | number | The descent of the font, in pixels. |