fontlib: fonts effects with GDI+
If you want to draw a font using GDI+ in a solid color or with a texture, it's
very easy and simple. If you want to draw them effects such as a bevel or a
dropshadow, it's just not available in GDI+. This very simple library provides
just that.
Here is an example piece of text textured with some stripes and then beveled
and drop-shadowed. The text was then drawn over the redish background, to show
that the effects support alpha blending nicely.
Back.