Thread Tools Display Modes
09-15-10, 02:35 PM   #1
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
Chatter Font Shadows

Hey, im using the addon called Chatter and was wondering if anyone knows how to get rid of the shadow on the font?
  Reply With Quote
09-15-10, 03:07 PM   #2
Canities
A Wyrmkin Dreamwalker
Join Date: Oct 2007
Posts: 54
Check the options under 'Chat Font' and set the font outline to none.
  Reply With Quote
09-15-10, 05:58 PM   #3
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
Not the outline, the shadows, there are always a 1px like a shadow outside of one letter.
  Reply With Quote
09-15-10, 06:07 PM   #4
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
I don't use chatter myself...but

this string will hide the shadow, you just need too find where chatter has its font settings..

Code:
:SetShadowColor(0, 0, 0, 0)
looking quickly in the folder i would guess you can find it in modules > chatfont.lua
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Chatter Font Shadows


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