RSS

Пятница, 26.04.2024, 18:32
Главная » WoW API » API Виджеты »

Экземпляр шрифта

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

В категории материалов: 96
Показано материалов: 51-96
Страницы: « 1 2

Название Описание
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.
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.
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: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.
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.
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 = 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.
EditBox:SetTextColor(textR, textG, textB, textAlpha) Sets the font instance's default text color.
EditBox:SetSpacing(spacing) Sets the font instance's amount of spacing between lines.
EditBox:SetShadowOffset(xOffset, yOffset) Sets the offset of the font instance's text shadow from its text.
EditBox:SetShadowColor(shadowR, shadowG, shadowB, shadowAlpha) Sets the color of the font's text shadow.
EditBox:SetJustifyV("justify") Sets the font instance's vertical text alignment style.
EditBox:SetJustifyH("justify") Sets the font instance's horizontal text alignment style.
EditBox:SetFontObject(object) or EditBox:SetFontObject("name") Sets the `Font` object from which the font instance's properties are inherited.
isValid = EditBox:SetFont("filename", fontHeight, "flags") Sets the font instance's basic font properties.
textR, textG, textB, textAlpha = EditBox:GetTextColor() Returns the font instance's default text color.
spacing = EditBox:GetSpacing() Returns the font instance's amount of spacing between lines.
xOffset, yOffset = EditBox:GetShadowOffset() Returns the offset of the font instance's text shadow from its text.
shadowR, shadowG, shadowB, shadowAlpha = EditBox:GetShadowColor() Returns the color of the font's text shadow.
justify = EditBox:GetJustifyV() Returns the font instance's vertical text alignment style.
justify = EditBox:GetJustifyH() Returns the font instance's horizontal text alignment style.
font = EditBox:GetFontObject() Returns the `Font` object from which the font instance's properties are inherited.
filename, fontHeight, flags = EditBox:GetFont() Returns the font instance's basic font properties.

1-50 51-96