RSS

Пятница, 26.04.2024, 13:24
Главная » WoW API » API Виджеты » Строка, использующая шрифт »

text = FontString:GetText()

[ править ]
Returns the text currently set for display in the font string.
[клоны]
Returns the text currently set for display in the font string. This is not necessarily the text actually displayed: text that does not fit within the FontString's dimensions will be truncated with an ellipsis ("…") for display.


Signature:
Code
text = FontString:GetText()

Returns:
  • text - Text to be displayed in the font string (string)

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