|
From: mike d. <md...@st...> - 2001-03-07 16:08:11
|
On Wed, 7 Mar 2001, Slava Pestov wrote: > Well, for one, Java 2 was released long before XF 4.0. Also, AA works on my > machine which is running XF 3.3.6 (but in the Java2D demo only, not in jEdit > w/ the plugin. Funny.) i just assumed that it was released with the assumption it would only work under windows. > Also, you can always do "nm <path to Java>/lib/libawt.so | grep Xft". my JDK is definitely not linked against libXft, but i'm not ever seeing anti-aliasing anyway, so the point it rather moot. anyways, i'd probably actually run "ldd <java.home>/jre/lib/i386/libawt.so | grep libXft.so", since all i know is the name of the library and "Xft" may not be in any called function names. -md |