
Originally Posted by
Pixil
Still trying to find a way to sort my chat to get a monochrome outline. I feel I have made a little progress in that the outline is now better than a horrible shadowy outline, however...
http://i.imgur.com/I0JXW.png
The each line of text overlaps the line of text underneath :\ I'm using chatter, and for the life in me, I cannot find a way to space each line apart further. Does anyone know of any coding which may help? (My knowledge of coding etc is very, VERY limited :P)
Code:
for i = 1, NUM_CHAT_WINDOWS do
_G['ChatFrame'..i]:SetFont("Fonts\\hooge.ttf", 8, "MONOCHROME OUTLINE")
ChatFrame1:SetSpacing(3)
ChatFrame1:SetShadowOffset(0, 0)
ChatFrame2:SetSpacing(3)
ChatFrame2:SetShadowOffset(0, 0)
ChatFrame3:SetSpacing(3)
ChatFrame3:SetShadowOffset(0, 0)
end
is what I use. It doesn't work too well for the first chat tab for me, but all the other tabs are fine.