View Single Post
08-09-16, 01:47 PM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by melicon View Post
Also Would there happen to be a listing somewhere of all the fonts?
https://github.com/Phanx/PhanxFont/b.../Addon.lua#L59

You can also look in:

FrameXML/SharedFonts.xml
FrameXML/Fonts.xml
FrameXML/SharedFontStyles.xml
FrameXML/FontStyles.xml

but keep in mind not all of these may actually be used anywhere in the UI. Also, changes propigate through inheritance, so while GameFontNormalLeft exists, it inherits from GameFontNormal and doesn't change the font or size, so you only need to override GameFontNormal, and your changes automatically apply to GameFontNormalLeft as well. Most of the things defined in SharedFontStyles and FontStyles don't need to be overridden specifically.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote