RSS

Вторник, 23.04.2024, 22:44
Главная » WoW API » API Виджеты » Строка, использующая шрифт »

FontString:SetTextHeight(height)

[ править ]
Scales the font string's rendered text to a different height.
[клоны]
Scales the font string's rendered text to a different height. This method scales the image of the text as already rendered at its existing height by the game's graphics engine -- producing an effect which is efficient enough for use in fast animations, but with reduced visual quality in the text. To re-render the text at a new point size, see :SetFont().


Signature:
Code
FontString:SetTextHeight(height)

Arguments:
  • height - Height (point size) to which the text should be scaled (in pixels) (number)

Также смотрите: Строка, использующая шрифт
Ссылки: http://wowprogramming.com/docs/widgets/FontString/SetTextHeight