View Single Post
03-17-12, 06:47 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Hoxha View Post
... it's just a matter of finding a decent SharedMedia tutorial and how I can create consistency throughout the entire UI.
You don't need a tutorial. SharedMedia is an addon that contains a bunch of fonts and textures, and registers them with the LibSharedMedia-3.0 library, which most addons support for sharing fonts and/or textures.

You just install SharedMedia like any other addon, and then go into the options for each of your other addons, and change the font and/or texture options to use the same ones.

If you find that one of your addons doesn't support SharedMedia, there is almost certainly another addon you could use that does, or you could ask its author to add support.

If you want to add your own custom fonts or textures, then you will need to write a very tiny amount of code, but the instructions are all in the README file inside the SharedMedia addon folder, and are very straightforward.
  Reply With Quote