View Single Post
01-29-12, 05:32 PM   #3
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Originally Posted by Seerah View Post
#5 - Replace where it says "OUTLINE" to be "MONOCHROME, OUTLINE"
http://wowprogramming.com/docs/widge...stance/SetFont
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
__________________
Balance is, when everyone is unhappy.
  Reply With Quote