1

Is there a standard way of creating images (PNGs preferably) in Java that antialiases the text properly?

I'd like to avoid iText due to licensing issues, although this is for an open source project.

Aaron Yodaiken
  • 19,163
  • 32
  • 103
  • 184
  • See also [Java2D Graphics Anti-Aliased Text](http://stackoverflow.com/questions/4285464/java2d-graphics-anti-aliased/4287269#4287269) – trashgod Apr 25 '11 at 22:07

1 Answers1

1

Batik can do this.

regularfry
  • 3,248
  • 2
  • 21
  • 27