Originally Posted by Lunaviel
Thus, my question is: Is there an addon that will allow me to have at least a thick outline (as opposed to drop shadow) effect on my default damage font, and possibly render it less pixelated? Alternatively, is there an addon that can render my damage text in the same position and using the same animations as the default UI (but with the font options of SCT/Parrot)?
|
I haven't tested this, but I think it should work as one option for you to try (as a slash command in-game):
/run CombatTextFont:SetFont("\\Interface\\Fonts\\MyFont.ttf", 16, "THICKOUTLINE")
Change the font path to the actual font path to set the font; change the 16 to the font size you prefer; and either remove "THICKOUTLINE" or replace it with "OUTLINE" to add the effect that looks best to you.
[edit:]
If it doesn't stick (ie, resets after reloading the UI), and this would be acceptable, you can try installing Omnibus - an in-game text editor - and using its "run on login" feature that lets you set pages to be run as Lua commands when logging in.
[/edit]
cheers,
- Fin