RSS

Суббота, 27.04.2024, 03:46
Главная » WoW API » API Виджеты »

Строка, использующая шрифт

[ Добавить запись ]

В категории материалов: 18
Показано материалов: 1-18

Название Описание
FontString:SetWordWrap(enable) Sets whether long lines of text in the font string can wrap onto subsequent lines.
FontString:SetTextHeight(height) Scales the font string's rendered text to a different height.
FontString:SetText("text") Sets the text to be displayed in the font string.
FontString:SetNonSpaceWrap(enable) Sets whether long lines of text will wrap within or between words.
FontString:SetMaxLines() Функция еще не задокументированна.
FontString:SetIndentedWordWrap() Функция еще не задокументированна.
FontString:SetFormattedText("formatString", ...) Sets the text displayed in the font string using format specifiers.
FontString:SetAlphaGradient(start, length) Creates an opacity gradient over the text in the font string.
FontString:IsTruncated() Returns true if the text is truncated.
FontString:GetWrappedWidth() Функция еще не задокументированна.
text = FontString:GetText() Returns the text currently set for display in the font string.
width = FontString:GetStringWidth() Returns the width of the text displayed in the font string.
height = FontString:GetStringHeight() Returns the height of the text displayed in the font string.
FontString:GetMaxLines() Функция еще не задокументированна.
FontString:GetIndentedWordWrap() Функция еще не задокументированна.
FontString:GetFieldSize() Функция еще не задокументированна.
enabled = FontString:CanWordWrap() Returns whether long lines of text in the font string can wrap onto subsequent lines.
enabled = FontString:CanNonSpaceWrap() Returns whether long lines of text will wrap within or between words.