View Single Post
06-06-11, 12:31 AM   #2
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by feraldrood View Post
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.
This code is not itself doing the outlining (just hides shadow & increases line spacing for ChatFrame1). If you could provide your tekticles lua we can probably work it out (also a list of running addons is helpful).
  Reply With Quote