Thread Tools Display Modes
09-02-07, 04:30 AM   #1
Felthor
A Murloc Raider
Join Date: Sep 2007
Posts: 5
Dmg font size?!

There is one ting about my ui that have been bugging me for a long time!

The font that appears over enemies when you deal dmg to them.. it is so BIG and it has the WORST resolution ever! :P when ever i crit, it becomes so big, and with a lot of ugly edges, instead of being smooth like i want it to!

is there any way to change size? or even fix this problem?! i would be really grateful for any help <3

/Felthor
  Reply With Quote
09-02-07, 04:37 AM   #2
Pigl33t
A Flamescale Wyrmkin
Join Date: Aug 2006
Posts: 137
SCT Damage?
__________________
  Reply With Quote
09-02-07, 04:46 AM   #3
Felthor
A Murloc Raider
Join Date: Sep 2007
Posts: 5
no... ofc not :P the dmg that appears above a mob.. when i for example hit him..
  Reply With Quote
09-02-07, 06:22 AM   #4
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Originally Posted by Felthor
There is one ting about my ui that have been bugging me for a long time!

The font that appears over enemies when you deal dmg to them.. it is so BIG and it has the WORST resolution ever! :P when ever i crit, it becomes so big, and with a lot of ugly edges, instead of being smooth like i want it to!

is there any way to change size? or even fix this problem?! i would be really grateful for any help <3

/Felthor
Don't quote me on this but I think the only aspect of the built in Scrolling damage is font so I would say use ClearFont 2 but be for warned this will change the text of the entire UI
  Reply With Quote
09-02-07, 06:25 AM   #5
Felthor
A Murloc Raider
Join Date: Sep 2007
Posts: 5
Yeah, i am currently using clear font.. but the size is still the same, and it still becomes edgy and ugly in crits :<
  Reply With Quote
09-02-07, 08:06 AM   #6
JRCC
A Deviate Faerie Dragon
 
JRCC's Avatar
Join Date: Nov 2006
Posts: 18
Originally Posted by Felthor
Yeah, i am currently using clear font.. but the size is still the same, and it still becomes edgy and ugly in crits :<
Don't think theres much more you can do... Blizzard currently only allows you to modify the font of the Scrolling damage and thats it, but if your a melee class who very rarely uses range then you can use SCT Damage and anchor it to nameplates.
  Reply With Quote
09-02-07, 09:34 AM   #7
Felthor
A Murloc Raider
Join Date: Sep 2007
Posts: 5
nah, nameplates is the worst thing ever in wow after the original ui... :<


i really just want to reduce the font size :<
  Reply With Quote
09-02-07, 12:35 PM   #8
WaldoJeffers
A Molten Giant
 
WaldoJeffers's Avatar
Join Date: Jan 2007
Posts: 564
GDFont changes the damage font, to fix that bad edged font you mentioned- It's a very simple and small addon.

The size of this font should be ok for you, though i want to change the size. If anybody knows some code to chip in to the code below to change the size of this font, that would be very cool. Here's the code

Code:
gdFont = CreateFrame("Frame", "gdFont");

local GD_FONT_NUMBER = "Interface\\AddOns\\gdFont\\Fonts\\Hotel Coral Essex.ttf";

function gdFont:ApplySystemFonts()

DAMAGE_TEXT_FONT = GD_FONT_NUMBER;


end

gdFont:SetScript("OnEvent",
		    function() 
		       if (event == "ADDON_LOADED") then
			  gdFont:ApplySystemFonts()
		       end
		    end);
gdFont:RegisterEvent("ADDON_LOADED");

gdFont:ApplySystemFonts()
__________________
I said lady, step inside my Hyundai
  Reply With Quote
09-04-07, 08:34 PM   #9
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by Felthor
Originally Posted by Pigl33t
SCT Damage?
no... ofc not :P the dmg that appears above a mob.. when i for example hit him..
Yeah - Pigl33t was suggesting SCT damage as a fix to your problem

Originally Posted by Felthor
nah, nameplates is the worst thing ever in wow after the original ui... :<
Then get Aloft
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Dmg font size?!


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