On Friday 26 September 2003 21:40, Patrick Hooker wrote:
Hi,
I'm running SuSE 8.2 w/ KDE. I like using the Mozilla browser, downloaded v 1.4, but Mozilla is doing a lousy job of rendering any fonts. The fonts show up very jagged and thin. Konqueror and the other KDE applications do fine. Is this a Mozilla problem? Can it be fixed?
Open this mozilla config file and make sure antialiasing is turned on. ./default/pref/unix.js Lines to look for are: // TrueType pref("font.FreeType2.enable", true); pref("font.freetype2.shared-library", "libfreetype.so.6"); // if libfreetype was built without hinting compiled in // it is best to leave hinting off pref("font.FreeType2.autohinted", false); pref("font.FreeType2.unhinted", false); // below a certian pixel size anti-aliased fonts produce poor results pref("font.antialias.min", 9); This code snip is from Mozilla Firebird, there should be a similar file for Mozilla Bloat edition. Also note this is the default file and you may have one associated with your user id... you need to update that one in that case. -AD -- ------------------------------------- Alex Doll alex.doll@agdconsulting.ca IT Consulting - Mineral Process Engineer http://www.agdconsulting.ca ----------------------------------------