no edit summary
(New page: :This replaces SetTextFontObject. ::Pass in a FontString :::Use - button:SetNormalFontObject("GameFontNormal") :This is a quickie page. Needs to be flushed out.) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} __NOTOC__ | |||
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | |||
:This replaces [[API_Button_SetTextFontObject|SetTextFontObject]] | |||
: | <!-- 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]] | |||