I've created GIFs on the fly inside a servlet using the Acme package. If
you can create the image containing the anti-aliased text, the rest should
work quite happily.
You'll want to think about how to serve the GIF back to the browser - you
can store it in the Web server's directory space and refer directly to it if
you can be sure that the image name is suitably unique. You can reference a
servlet instead and have it directly serve the image back as part of the
response. There are probably other options as well...
Cheers,
Richard.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".