SharedMediaAdditionalFonts
Inserts more than 40 additional fonts into LibSharedMedia's storage.
LibSharedMedia is used in an estimated ~1,250+ addons and downloaded over 100 million times.
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.
Some popular addons that use LibSharedMedia:
- Recount / Skada Damage Meter / Details! Damage Meter
- Prat
- WeakAuras
- Omen Threat Meter
- Quartz
- …
-
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?