Font:getHeight
Returns the height of a line of text. Units are in meters, see Font:setPixelDensity
.
height = Font:getHeight()
Arguments
None
Returns
Name | Type | Description |
height | number | The height of a rendered line of text. |
See also
Rasterizer:getHeight
Font