Widget API: Button:SetTextFontObject

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API Button SetTextFontObject to API Button SetTextFontObject without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Widget API ← Button < SetTextFontObject

Button:SetTextFontObject(String)

Sets the Button's font to the object specified by String.


Arguments
String
The String identifying a font object

Returns

No return value.


Example
Button:SetTextFontObject("GameFontNormal")



Details

Some of the known FontStrings in the game:

  • SystemFont
  • GameFontNormal
  • GameFontNormalSmall
  • GameFontNormalLarge
  • GameFontHighlight
  • GameFontHighlightSmall
  • GameFontHighlightSmallOutline
  • GameFontHighlightLarge
  • GameFontDisable
  • GameFontDisableSmall
  • GameFontDisableLarge
  • GameFontGreen
  • GameFontGreenSmall
  • GameFontGreenLarge
  • GameFontRed
  • GameFontRedSmall
  • GameFontRedLarge
  • GameFontWhite
  • GameFontDarkGraySmall
  • NumberFontNormalYellow
  • NumberFontNormalSmallGray
  • QuestFontNormalSmall
  • DialogButtonHighlightText
  • ErrorFont
  • TextStatusBarText
  • CombatLogFont

Notes

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