Linked by Thom Holwerda on Mon 3rd Sep 2007 21:43 UTC, submitted by Mark Wielaard
Thread beginning with comment 268316
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
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





Member since:
2005-07-06
Yes, and that is exactly what some people are doing right now.