Font:getBaseline
Returns the baseline of the Font. This is where the characters "rest on", relative to the y coordinate of the drawn text. Units are generally in meters, see Font:setPixelDensity
.
baseline = Font:getBaseline()
Arguments
None
Returns
Name | Type | Description |
baseline | number | The baseline of the Font. |
See also
Font