RSS

Пятница, 26.04.2024, 02:57
Главная » WoW API » API Виджеты » Простой HTML »

SimpleHTML:SetSpacing(["element",] spacing)

[ править ]
Sets the amount of spacing between lines of text in the frame.
[клоны]
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