WoW:API Button SetFont: Difference between revisions

m
Move page script moved page API Button SetFont to WoW:API Button SetFont without leaving a redirect
(M)
 
m (Move page script moved page API Button SetFont to WoW:API Button SetFont without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{widgetmethod}}
To set the font for this object please see, [[API_FontInstance_SetFont]].
To set the font for this object please see, [[API_FontInstance_SetFont]].


Line 4: Line 5:
   local MyButton = CreateFrame('Button', 'ButtonGlobalName' or nil, ParentFrame or nil, ButtonTemplate or nil)
   local MyButton = CreateFrame('Button', 'ButtonGlobalName' or nil, ParentFrame or nil, ButtonTemplate or nil)
   MyButton:SetFont(FontPath or nil, FontSize or nil, FontExtra or nil)
   MyButton:SetFont(FontPath or nil, FontSize or nil, FontExtra or nil)
 
[[Category:Widget methods]]
Please, read [[API_FontInstance_SetFont]] for more exact details.
Anonymous user