Syntax: setTextLineSpacing
document, spacing
Sets the line spacing of text elements, in points. Using a negative number will set the linespacing to a percentage of the font size.
Examples:
setTextLineSpacing doc, 16 -- 16 point line spacing setTextLineSpacing doc, -120 -- 120 percent of font size