You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marc Elliott <me...@hnw.com> on 2002/05/03 18:36:17 UTC

Anti-Alias Font Images on the Fly?

Hello folks,

Do any of you know of a JSP/javabean/apache solution to generating nice
anti-alias type image on the fly.  I'm just sick to death of continually
cutting and re-cutting images because

1 -- a designer won't work with HTML type faces and
2 -- the the textual content keeps changing

I also have an application for building web sites in which I'd like to offer
the option of changing the pretty graphic type to the user.

Any thoughts?

Thanks!

Marc


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Anti-Alias Font Images on the Fly?

Posted by Peter Lin <tc...@yahoo.com>.
anti-alias is part of GlyphVector in jdk1.2 AWT. You
could write one. Do a search on google and you should
find some.

peter


--- Marc Elliott <me...@hnw.com> wrote:
> Hello folks,
> 
> Do any of you know of a JSP/javabean/apache solution
> to generating nice
> anti-alias type image on the fly.  I'm just sick to
> death of continually
> cutting and re-cutting images because
> 
> 1 -- a designer won't work with HTML type faces and
> 2 -- the the textual content keeps changing
> 
> I also have an application for building web sites in
> which I'd like to offer
> the option of changing the pretty graphic type to
> the user.
> 
> Any thoughts?
> 
> Thanks!
> 
> Marc
> 
> 
> --
> To unsubscribe:  
> <ma...@jakarta.apache.org>
> For additional commands:
> <ma...@jakarta.apache.org>
> Troubles with the list:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>