RSS

Четверг, 18.04.2024, 19:53
Главная » WoW API » API Виджеты » Строка, использующая шрифт »

FontString:SetNonSpaceWrap(enable)

[ править ]
Sets whether long lines of text will wrap within or between words.
[клоны]
Sets whether long lines of text will wrap within or between words.


Signature:
Code
FontString:SetNonSpaceWrap(enable)

Arguments:
  • enable - True to wrap long lines of text at any character boundary (i.e possibly in the middle of a word); false to only wrap at whitespace characters (i.e. only between words) (boolean)

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