View Single Post
01-29-12, 08:21 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by Syliha View Post
Working, Thanks!

But it's not "my taste".

I would like to know how i have to use the shadow or how i set the font the way it is displayed in chat. comparison:

I use no outline right now, and have shadow turned on with these values:

Code:
	if shadow == true then
		text:SetShadowOffset(-1,1)
	else
		text:SetShadowOffset(0,0)
	end
using (-1,1) as your offset means -1 along the x-axis and 1 along the y-axis. If you want it the way it is in chat, you need to shift these values accordingly. (1,-1)
__________________
"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