View Single Post
11-26-16, 12:00 AM   #15
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Originally Posted by Ketho View Post
God, gmarco you are so dense
I'll try to write less next time sorry ... :)
(... being not native speaker I have understand that you mean this ... )


A) Combat Text done that appears over other players/NPCs and rendered in the game world (string DAMAGE_TEXT_FONT)
^ which is what the OP was asking for; this gets overriden by ElvUI

B) (Blizzard) Scrolling Combat Text for Self (Font CombatTextFont)
^ this is unrelated[/list]

So if I understand well ... beyond the fact elvui make things not working an addon like anyfont or a simple line like this:

Lua Code:
  1. DAMAGE_TEXT_FONT = "\\ .. font path .. \\SKURRI.ttf"

will suffice.

But a question. I have probably a confused idea about the 2 fonts... thinking they are related to the same thing, the damages that appears on enemy targets when you hit them. Am I miss something ?

Thanks.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote