WoW:API Button GetTextFontObject: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: Appears to return a table location. Eg: '' buttontemplate:SetTextFontObject("gamefontnormal") DEFAULT_CHAT_FRAME:AddMessage(tostring(buttontemplate:GetTextFontObject())) '' returns ...)
 
m (Move page script moved page API Button GetTextFontObject to API Button GetTextFontObject without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub/API}}
{{cleanup}}
{{wowapi}}
Appears to return a table location.  Eg:
Appears to return a table location.  Eg:
    
    
Line 10: Line 13:


table: 03663208
table: 03663208
----
;''Notes''
This method has been renamed to '''GetNormalFontObject''' in 3.0 (WotLK)

Latest revision as of 04:45, 15 August 2023

WoW API < Button GetTextFontObject

Appears to return a table location. Eg:

mybutton:SetTextFontObject("gamefontnormal")

tostring(buttontemplate:GetTextFontObject())


returns

table: 03663208


Notes

This method has been renamed to GetNormalFontObject in 3.0 (WotLK)