WoW:API FontInstance SetFontObject (source)
Revision as of 20:43, 25 December 2007
, 25 December 2007Updated with new information
mNo edit summary |
(Updated with new information) |
||
| Line 18: | Line 18: | ||
Many font objects are predefined in [{{wdnlink|FrameXML/Fonts.xml}} Fonts.xml] in [[FrameXML]]. Anything from which one can inherit a <FontString> is a font object. | Many font objects are predefined in [{{wdnlink|FrameXML/Fonts.xml}} Fonts.xml] in [[FrameXML]]. Anything from which one can inherit a <FontString> is a font object. | ||
Some of the font objects 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 | |||