Hello,
I would like to add a dropshadow effects to my fonts. Now the obvious way is to render the glyphs with an offset in black before the actual glyphs are rendered. But as soon as transparency comes in the effect gets ugly because the whole shadow glyph can be seen through the actual glyph.
So I was wondering if there is a “trick” to get a dropshadow effect without this “double-painting"? Maybe something can be done in the pixelshader?
Thanks!