Font:getLineSpacing

Edit

Returns 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

NameTypeDescription
spacingnumber The line spacing of the font.

See also