Rasterizer:getLineHeight
Returns the line height metric of the font, in pixels. This is how far apart lines are.
height = Rasterizer:getLineHeight()
Arguments
None
Returns
Name | Type | Description |
height | number | The line height of the font, in pixels. |
See also
Rasterizer:getHeight
Font:getLineHeight
Font:setLineHeight
Rasterizer