Thread Tools Display Modes
12-02-10, 07:19 AM   #1
strykerk
A Deviate Faerie Dragon
 
strykerk's Avatar
Join Date: Nov 2010
Posts: 19
Addon font Help.

Hello I have a font in my available font options called ANTIQUE.

I think it may have come from chatter but not really sure on that. Anyway I really like the font but cannot find the actual .ttf file in chatter.

Would anyone happen to know where i can get the font file so I can use it in other places.

Thanks.
  Reply With Quote
12-02-10, 07:44 AM   #2
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Chances are it's supplied by another addon and then shared between addons using SharedMedia.

You can try typing this ingame:

Code:
/run local L = LibStub("LibSharedMedia-3.0") print(L:Fetch("font", "name"))
So if it says "ANTIQUE" in the Chatter font-options, that's what you should put in instead of name. It's also case-sensitive. If it finds an entry the path will be printed to chat, otherwise it will print Fonts\\FRIZQT__.TFF which is the default font.
__________________
Oh, the simulated horror!
  Reply With Quote
12-02-10, 07:53 AM   #3
strykerk
A Deviate Faerie Dragon
 
strykerk's Avatar
Join Date: Nov 2010
Posts: 19
Thank you for your help.

That command worked perfectly. I was able to find the font file and put it where I wanted...



/Closed thread
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Addon font Help.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off