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 Oct 22, 2020In reply to snichy:
Alright so the current version of the AddOn does NOT support MyAdditionalFonts.lua by default, which means to things:
While 1) is correct, 2) needs to be fixed. You should give a look at the ShareMediaAdditionalFonts.lua file and make sure that your MyAdditionalFonts.lua is similar.
Here is what your file should look like:
-----
if not SharedMediaAdditionalFonts then return end
SharedMediaAdditionalFonts:Register("font", "Readable Font Name", [[Interface\Addons\SharedMediaAdditionalFonts\fonts\YourFont.ttf]])
-----
The parts in bold need to be changed. The last line can be copied for each font that you want to add.
-
View User Profile
-
Send Message
Posted Jul 21, 2018My font list is significantly smaller with the new patch. All of the "vibro" fonts are missing among many more. I used Vibrocen for everything. Do I need to add it somehow or are we waiting for more updates?
Thanks
-
View User Profile
-
Send Message
Posted Jul 21, 2018In reply to Froagh:
-
View User Profile
-
Send Message
Posted Jul 29, 2018In reply to pb_ee1:
-
View User Profile
-
Send Message
Posted Jul 29, 2018In reply to Froagh:
-
View User Profile
-
Send Message
Posted Aug 9, 2019In reply to AllInOneMighty:
I have a .ttf for the Vibrocen font. I know it is also available with LUI.
I also found it here:
https://www.fontsupply.com/fonts/V/Vibrocen.html?fn=Vibrocen
-
View User Profile
-
Send Message
Posted Jul 30, 2018In reply to pb_ee1:
-
View User Profile
-
Send Message
Posted Jul 30, 2018In reply to Froagh:
-
View User Profile
-
Send Message
Posted Jul 31, 2018In reply to pb_ee1:
-
View User Profile
-
Send Message
Posted Jul 18, 2018Hello, I have a lua Error :
Message: Error loading Interface\AddOns\SharedMediaAdditionalFonts\MyAdditionalFonts.lua
Time: Wed Jul 18 13:34:32 2018
Count: 3
-
View User Profile
-
Send Message
Posted Jul 18, 2018In reply to cacahuete586:
-
View User Profile
-
Send Message
Posted Jul 21, 2018In reply to pb_ee1:
-
View User Profile
-
Send Message
Posted Jan 1, 2017I installed the add-on via curse. How do I access the add-on in the game so that I can change the fonts? I'm able to see the add-on when I go to the add-on tab in game.
-
View User Profile
-
Send Message
Posted Jan 2, 2017You access this addon through other addons that use SharedMedia, which is a library containing additional fonts, images, sounds. If your other addons do not use SharedMedia, this addon (SharedMediaAdditionalFonts) doesn't do anything.
List of popular addons that use SharedMedia:
-
View User Profile
-
Send Message
Posted Nov 15, 2016Unfortunately this addon doesn't work with Russian client.
-
View User Profile
-
Send Message
Posted Nov 15, 2016what about century gothic? i've been adding it myself but every patch requires updating
-
View User Profile
-
Send Message
Posted Oct 11, 2016I have googled about LibSharedMedia, and downloaded SharedMedia, followed the instructions. No success.
And then downloaded this, does basically the same thing(copy the font in the font folder and add a line something like "SharedMediaAdditionalFonts:Register("font", "myfont", [[Interface\AddOns\SharedMediaAdditionalFonts\Fonts/myfont.ttf]], 255)" ), and it worked.
A question : You have made a wrapper function, created a frame, and registered a function for an event. Is that necessary? The SharedMedia way,
LSM = LibStub("LibSharedMedia-3.0")
LSM:Register("font", "myfont", [[Interface\AddOns\SharedMediaAdditionalFonts\Fonts/myfont.ttf]], 255)
is simpler, but doesn't work and yours just works, and I don't know why.
-
View User Profile
-
Send Message
Posted Oct 12, 2016Ah, nevermind. I did a silly mistake. I edited the file in linux, and then copied to the windows machine, and prolly some BOM or CR+LF problem was there. I made the same file in windows machine, and it worked.
-
View User Profile
-
Send Message
Posted Sep 27, 2016Could you please add this font to future iterations of this mod?
http://www.dafont.com/bignoodle-titling.font
http://www.dafont.com/designosaur.font
-
View User Profile
-
Send Message
Posted Sep 30, 2016Just rename the fonts and replace them with one of the 25 fonts in the AddOn folder.