Font:setLineSpacing
EditSets the line spacing of the Font. When spacing out lines, the height of the font is multiplied by the line spacing to get the final spacing value. The default is 1.0.
Font:setLineSpacing(spacing)
Arguments
Name | Type | Description |
spacing | number | The new line spacing. |
Returns
Nothing