Font:getLineSpacing
EditReturns the line spacing of the Font. When spacing out lines, the height of the font is multiplied the line spacing to get the final spacing value. The default is 1.0.
spacing = Font:getLineSpacing()
Arguments
None
Returns
Name | Type | Description |
spacing | number | The line spacing of the font. |
See also
Font:getHeight
Font:setLineSpacing
Font