Gaming
 

API Button GetNormalFontObject

From WoWWiki

Main Menu



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.

Also See