Sets the amount of spacing between lines of text in the frame. Signature: Code 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)
Также смотрите: Простой HTML
Ссылки: http://wowprogramming.com/docs/widgets/SimpleHTML/SetSpacing
|