how to create anti-aliased text images in java
Is th开发者_如何转开发ere 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.
Batik can do this.
精彩评论