There are several apps available to produce fancy text effects (3D, shadow
etc)
eg FontTwister (http://www.neuber.com/twister/), DDTitle
(http://www.softlab-nsk.com/ddtitle/) etc.
I want to incorporate similar effects into my own application. Does anybody
know of a graphics library that can do this?
I am looking for a small library (hopefully just a single dll), either free
or commercial.
Thanks,
Allan
GDI+, GDI, IDXTransformFactory, etc...
(all libraries are included in Windows...)
But I was looking for something a little 'higher level' aimed specifically
for text effects.
Cheers,
Allan
"Christian ASTOR" <cast...@club-internet.fr> wrote in message
news:8cd7fe2a-9299-463c...@r5g2000yqb.googlegroups.com...
Shadow is trivial (draw the text twice).
GetGlyphOutline provides you with the outlines of any glyph, and can
serve as a basis for any further effects such as
outline, masking over bitmaps, and -- with a little path manipulation --
twisting and deforming.
Another way could be using a general graphics library, such as AntiGrain.
[Jongware]