Font:setLineSpacing

Edit

Sets 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

NameTypeDescription
spacingnumber The new line spacing.

Returns

Nothing

See also