View Single Post
12-12-13, 06:37 PM   #12
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Based on that, it looks like the problem is that Ara Guild Friends isn't actually using the GameFontNormal font object -- it's just copying whatever properties the font object had when it loaded. This means that if the properties of the font object get changed later (eg. when tekticles loads) Ara Guild Friends doesn't get the memo.

The change you posted (hardcoding the font path) should work.

Also, you can combine both methods -- put the fonts you want to use in most places in a Fonts folder -- and then use tekticles (or whatever) to change the other fonts and sizes. This will at least make all your addons use a font you like without code edits.
__________________
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