WoW:API Button GetNormalFontObject: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API Button GetNormalFontObject to WoW:API Button GetNormalFontObject without leaving a redirect) |
Latest revision as of 04:45, 15 August 2023
← Widget API ← Button < GetNormalFontObject
Returns the normal font object that the button is using.
font = Button:GetNormalFontObject();
Returns
- font = "GameFontNormalSmall" which could then be modified with font:SetTextColor etc and then put back into the button.