Rasterizer:getLeading
EditReturns the leading metric of the font, in pixels. This is the full amount of space between lines.
leading = Rasterizer:getLeading()
Arguments
None
Returns
Name | Type | Description |
leading | number | The font leading, in pixels. |
See also
Rasterizer:getAscent
Rasterizer:getDescent
Rasterizer