RSS

Пятница, 29.03.2024, 16:15
Главная » WoW API » API Виджеты »

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

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

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

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

1-50 51-96