Thread Tools Display Modes
08-13-16, 06:29 AM   #1
melicon
A Deviate Faerie Dragon
 
melicon's Avatar
Join Date: Jul 2016
Posts: 10
Specific font name?

I was wondering if it is possible to find what a specific font is called...
Fstack doesnt seem to have this information. or is there some referece somewhere?


for example
the font text on the tradeskills window or the spellbook...etc


Here is an example of some that I have already changed.
GameTooltipHeaderText:SetFont
GameTooltipTextSmall:SetFont
Tooltip_Med:SetFont
Tooltip_Small


http://imgur.com/a/Yz2ZX

Last edited by melicon : 08-13-16 at 06:36 AM.
  Reply With Quote
08-13-16, 06:43 AM   #2
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
You might get the information you seek here. It's, I believe, in the first paragraph. That may not be the information you're looking for but it's the only way that I know to check. Someone else probably knows exactly what you're searching for.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
08-13-16, 06:46 AM   #3
melicon
A Deviate Faerie Dragon
 
melicon's Avatar
Join Date: Jul 2016
Posts: 10
Thank you for the reply.....but that is about changing the type of font..

I was looking to change specific in game fonts....I listed a few examples of some of the ones I have already found.
  Reply With Quote
08-13-16, 08:01 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
The reply I posted in your other thread about the same thing has links to the FrameXML files that define all the font styles used in the default UI, as well as a fully working font modification addon that catches everything.

If you really need to identify the specific font object used for spell names in the spellbook, just go look at the FrameXML code (again, see the links in my other post) that creates those font strings, and see which font object they inherit from. There's no way to determine this information in-game; once something (a font string or anything else) is created, there's no API to find out what it inherited from.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
08-14-16, 08:49 AM   #5
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Well, all I can tell you is that the page I posted the link for tells you what, in general, thefont is used for, too.
So, the spell book and trade skill's use "FRIZQT__.ttf (the main UI font - NPC names, player names, spell names, item names, buffs, quest log text, combat text, button text)". That's as far as I can get you.

I have all of the fonts in my UI changed to "Emblem", and I currently use ElvUI (which made it a giant p.i.t.a. to change fonts), but, I used the method outlined on Vranx's site. To give me a bit of an extra edge I also installed the SharedMedia addon from Curse.com. All I can say is "It works for me".
Click image for larger version

Name:	2016-08-14 (1).png
Views:	231
Size:	1.92 MB
ID:	8779 While you can see that everything is changed to Emblem, I'm sure something has been missed (but I haven't found it yet).
BUT, I figure you should just go with Phanx's way, because it's probably for the best.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!

Last edited by jeffy162 : 08-14-16 at 08:58 AM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Specific font name?

Thread Tools
Display Modes

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