Hal Burgiss ([EMAIL PROTECTED]) said:
> If it is like the non-RH mozilla-xft builds, you have to configure it
> separately for AA.
>
> Look for /usr/lib/mozilla-*/defaults/pref/unix.js:
>
> // TrueType ///////////////////////////////////////////
> pref("font.FreeType2.enable", true);
> pref("font.freetype2.shared-library", "libfreetype.so.6");
These don't look right. As I understand, earlier versions could
use freetype directly, which is what this sort of config would be for;
what the new patch enables is use of Xft and fontconfig.
Bill