WoW:API Button SetNormalFontObject: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: :This replaces SetTextFontObject. ::Pass in a FontString :::Use - button:SetNormalFontObject("GameFontNormal") :This is a quickie page. Needs to be flushed out.)
 
m (Move page script moved page API Button SetNormalFontObject to API Button SetNormalFontObject without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
:This replaces SetTextFontObject.
{{widgetmethod}} __NOTOC__


::Pass in a FontString


:::Use -   button:SetNormalFontObject("GameFontNormal")
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
:This replaces [[API_Button_SetTextFontObject|SetTextFontObject]]


:This is a quickie page. Needs to be flushed out.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
nil = button:SetNormalFontObject("arg1")
 
== Arguments ==
<!-- List each argument, together with its type -->
:("arg1")
 
:;arg1 : String or Font object
 
== Returns ==
<!-- List each return value, together with its type -->
nil
 
 
== Also See ==
 
* [[API_Button_GetNormalFontObject]]

Latest revision as of 04:45, 15 August 2023

Widget API ← Button < SetNormalFontObject


This replaces SetTextFontObject
nil = button:SetNormalFontObject("arg1")

Arguments[edit]

("arg1")
arg1
String or Font object

Returns[edit]

nil


Also See[edit]