WoW:API Button GetNormalFontObject: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API Button GetNormalFontObject to API Button GetNormalFontObject without leaving a redirect)
 
(No difference)

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[edit]

font = "GameFontNormalSmall" which could then be modified with font:SetTextColor etc and then put back into the button.

Also See[edit]