View Single Post
06-05-11, 10:14 PM   #1
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar
Join Date: Dec 2008
Posts: 62
Angry Chat font trouble

Hey forum...ers

Problem: chat font is tagged to be outlined/monochromed with the code below in the lua of a font changing addon dubbed "Tekticles" (not sure if the problem is originating from said addon). When various panels, such as the guild frame or the proffesion frame or any addon configuration frame- the outlinemonochrome on the chat simply goes away, leaving a shadowless pixelfont which is incredibly hard to read.

I have no idea why the font seems to be resetting or ignoring the commands from tekticles. could be due to another addon im using "Aurora"

ChatFrame1:SetShadowColor(0, 0, 0, 0) -- 4th arg is alpha
ChatFrame1:SetShadowOffset(0, 0) -- x, y
ChatFrame1:SetSpacing(2)


ANy help you folks could give would be very very much appreciated. I'm pretty lost on this one.

Last edited by feraldrood : 06-05-11 at 10:37 PM. Reason: obnoxious all caps title :3
  Reply With Quote