Sets the amount of spacing between lines of text in the frame
Signature:
SimpleHTML:SetSpacing(["element",]
spacing)
Arguments:
element
- Name of an HTML element for which to set font properties (e.g.p
,h1
); if omitted, sets properties for the frame's default font (string
)spacing
- Amount of space between lines of text (in pixels) (number
)