Linked by Thom Holwerda on Mon 3rd Sep 2007 21:43 UTC, submitted by Mark Wielaard
Permalink for comment 268442
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-09-30
Java2D folks had already integrated Freetype (via
a pluggable interface, so Sun's JRE can continue
using the proprietary T2K rasterizer, and openjdk-based
can plug-in freetype):
http://article.gmane.org/gmane.comp.java.openjdk.build.devel/92
The graphics rasterizer will take longer to replace,
unfortunately.
(Cairo is not exactly a drop-in replacement, although
freetype wasn't either) In fact, we're looking at
other rasterizers.
Dmitri