RSS

Среда, 24.04.2024, 06:28
Главная » WoW API » API Виджеты » Простой HTML »

spacing = SimpleHTML:GetSpacing(["element"])

[ править ]
Returns the amount of spacing between lines of text in the frame.
[клоны]
Returns the amount of spacing between lines of text in the frame.


Signature:
Code
spacing = SimpleHTML:GetSpacing(["element"])

Arguments:
  • element - Name of an HTML element for which to return font information (e.g. p, h1); if omitted, returns information about the frame's default font (string)

Returns:
  • spacing - Amount of space between lines of text (in pixels) (number)

Также смотрите: Простой HTML
Ссылки: http://wowprogramming.com/docs/widgets/SimpleHTML/GetSpacing