SharedMediaAdditionalFonts
Inserts more than 30 additional fonts into LibSharedMedia's storage.
LibSharedMedia is used as a library in other addons to add resources such as fonts, sounds, images, ... By installing SharedMediaAdditionalFonts, you add fonts to the list of fonts provided by LibSharedMedia to these addons. If your other addons do not use LibSharedMedia, this addon (SharedMediaAdditionalFonts) doesn't do anything.
List of popular addons that use LibSharedMedia:
- Recount / Skada Damage Meter / Details! Damage Meter
- Prat
- WeakAuras
- Omen Threat Meter
- Quartz
- ...
-
View User Profile
-
Send Message
Posted Dec 24, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2011I can't find directions on how to edit the lua to add custom fonts. Any chance you could please point me in the right direction? Thanks!
-
View User Profile
-
Send Message
Posted Nov 21, 2011Thanks for the idea. I added it to the list of fonts supported by this addon.
-
View User Profile
-
Send Message
Posted Feb 28, 2012First you should put your own fonts in the '<tt>fonts</tt>' folder of the addon.
Then you should create a file in the main folder of the addon named MyAdditionalFonts.lua (SharedMediaAdditionalFonts/MyAdditionalFonts.lua).
Inside, write something like that:
if not SharedMediaAdditionalFonts then return end SharedMediaAdditionalFonts:Register("font", "<name>", [[Interface\Addons\SharedMediaAdditionalFonts\fonts\<your_font>.ttf]])Now start the game and try using your new font!
-
View User Profile
-
Send Message
Posted Oct 31, 2010-
View User Profile
-
Send Message
Posted Nov 10, 2008i have libSharedMedia 3.0
and i put fonts into Fonts folwder, what next?