Links |
---|
Returns the normal font object that the button is using.
font = Button:GetNormalFontObject()
Returns
- font
- Widget - "GameFontNormalSmall" which could then be modified with font:SetTextColor etc and then put back into the button.
Patch history
Patch 3.0.2 (2008-10-14): Renamed from GetTextFontObject.