RSS

Суббота, 11.01.2025, 00:18
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 3101-3150
Страницы: « 1 2 ... 61 62 63 64 65 ... 141 142 »

Название Описание
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.
canChange = FontString:CanChangeProtectedState() Returns whether protected properties of the region can be changed by non-secure scripts.
FontInstance:SetTextColor(textR, textG, textB, textAlpha) Sets the font instance's default text color.
FontInstance:SetSpacing(spacing) Sets the font instance's amount of spacing between lines.
FontInstance:SetShadowOffset(xOffset, yOffset) Sets the offset of the font instance's text shadow from its text.
FontInstance:SetShadowColor(shadowR, shadowG, shadowB, shadowAlpha) Sets the color of the font's text shadow.
FontInstance:SetJustifyV("justify") Sets the font instance's vertical text alignment style.
FontInstance:SetJustifyH("justify") Sets the font instance's horizontal text alignment style.
FontInstance:SetFontObject(object) or FontInstance:SetFontObject("name") Sets the `Font` object from which the font instance's properties are inherited.
isValid = FontInstance:SetFont("filename", fontHeight, "flags") Sets the font instance's basic font properties.
isType = FontInstance:IsObjectType("type") Returns whether the object belongs to a given widget type.
textR, textG, textB, textAlpha = FontInstance:GetTextColor() Returns the font instance's default text color.
spacing = FontInstance:GetSpacing() Returns the font instance's amount of spacing between lines.
xOffset, yOffset = FontInstance:GetShadowOffset() Returns the offset of the font instance's text shadow from its text.
shadowR, shadowG, shadowB, shadowAlpha = FontInstance:GetShadowColor() Returns the color of the font's text shadow.
type = FontInstance:GetObjectType() Returns the object's widget type.
name = FontInstance:GetName() Returns the widget object's name.
justify = FontInstance:GetJustifyV() Returns the font instance's vertical text alignment style.
justify = FontInstance:GetJustifyH() Returns the font instance's horizontal text alignment style.
font = FontInstance:GetFontObject() Returns the `Font` object from which the font instance's properties are inherited.
filename, fontHeight, flags = FontInstance:GetFont() Returns the font instance's basic font properties.
Font:SetTextColor(textR, textG, textB, textAlpha) Sets the font instance's default text color.
Font:SetSpacing(spacing) Sets the font instance's amount of spacing between lines.
Font:SetShadowOffset(xOffset, yOffset) Sets the offset of the font instance's text shadow from its text.
Font:SetShadowColor(shadowR, shadowG, shadowB, shadowAlpha) Sets the color of the font's text shadow.
Font:SetJustifyV("justify") Sets the font instance's vertical text alignment style.
Font:SetJustifyH("justify") Sets the font instance's horizontal text alignment style.
Font:SetIndentedWordWrap() Функция еще не задокументированна.
Font:SetFontObject(object) or Font:SetFontObject("name") Sets the `Font` object from which the font instance's properties are inherited.
isValid = Font:SetFont("filename", fontHeight, "flags") Sets the font instance's basic font properties.
Font:SetAlpha(alpha) Sets the opacity for text displayed by the font.
isType = Font:IsObjectType("type") Returns whether the object belongs to a given widget type.
textR, textG, textB, textAlpha = Font:GetTextColor() Returns the font instance's default text color.
spacing = Font:GetSpacing() Returns the font instance's amount of spacing between lines.
xOffset, yOffset = Font:GetShadowOffset() Returns the offset of the font instance's text shadow from its text.
shadowR, shadowG, shadowB, shadowAlpha = Font:GetShadowColor() Returns the color of the font's text shadow.
type = Font:GetObjectType() Returns the object's widget type.
name = Font:GetName() Returns the widget object's name.
justify = Font:GetJustifyV() Returns the font instance's vertical text alignment style.
justify = Font:GetJustifyH() Returns the font instance's horizontal text alignment style.
Font:GetIndentedWordWrap() Функция еще не задокументированна.
font = Font:GetFontObject() Returns the `Font` object from which the font instance's properties are inherited.
filename, fontHeight, flags = Font:GetFont() Returns the font instance's basic font properties.
alpha = Font:GetAlpha() Returns the opacity for text displayed by the font.
Font:CopyFontObject(object) or Font:CopyFontObject("name") Sets the font's properties to match those of another Font object.
EditBox:UnregisterEvent("event") Unregisters the frame for an event.
EditBox:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
EditBox:ToggleInputLanguage() Switches the edit box's language input mode.
EditBox:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]