Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Simie on November 29, 2012, 09:37:14 AM

Title: Text Glow
Post by: Simie on November 29, 2012, 09:37:14 AM
Is there any way to achieve a text glow dynamically (shaders are mentioned in the UILabel docs, but I can't find any more about that)

Here is an example of what I'd like to achieve:
(http://puu.sh/1vBFB)
Title: Re: Text Glow
Post by: ArenMook on November 29, 2012, 10:20:54 AM
Easiest way would be to add a glow around the letters in Photoshop. More complicated way would be to have a post-process glow effect.
Title: Re: Text Glow
Post by: Simie on November 29, 2012, 10:40:39 AM
Having the glow per-char could make the overlapped glow areas look a bit weird. I guess I'll just go with a sliced sprite background for the glow. Thanks for your reply :-)