View Single Post
07-15-14, 05:09 AM   #23
Kygo
A Theradrim Guardian
 
Kygo's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 64
- Your power bar text is using a different font than the rest of the fontstrings on the frames.
--Fixed!
- I don't think there are two fontstrings with the same font size anywhere on the frames... I'd suggest picking two sizes, and stick to them, with important stuff using the larger size, and everything else using the smaller size. Having everything in a different size makes it look more cluttered than it really is.
Also fixed! Every font that the Frames are using are the same, sizes are 10px and 6px on less important stuff (eg the % on target and targettarget frame)

- You've also got a bunch of different fonts throughout your UI. Again, picking one or two fonts (eg. a more decorative one for short text on unit frames and cast bars, and a more readable one for the chat frame) and sticking to them will make the whole thing look more like a cohesive UI, rather than a collection of random stuff that happen to be on the same screen at the same time.
Also fixed, some addons did not have the option to change the font from within the game, two addons did I have to change inside the lua file to set the font and so the addon could find it and add it to the dropdown menu

- Give your poor pet a real name already!
Changed!

http://imgur.com/a/Lqf39 Two screens, one out of combat and one in combat
  Reply With Quote