I came upon a review of Dolphin at
http://www.ratedpc.com/review.asp?id=63&page=2 and it tells how to fix the fonts
in Mozilla and Galeon. It says:

"In all this, I realized that Galeon and Mozilla have extremely ugly and blurry
(so called anti-aliased) fonts. So I needed to get rid of those. Another search
on Google revealed that I need to modify the
/usr/lib/mozilla-1.1/defaults/pref/unix.js lines 217-239 as follows:"

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", 16);
pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 64);
pref("font.scale.tt_bitmap.dark_text.gain", "0.8");

Will this work?  I think it's strange that this clip that I'm supposed to insert
is less than the 22 lines of 217-239.  I would really like to see Mozilla and
Galeon look decent, though.

I'm not subscribed to cooker, so please cc any replies to [EMAIL PROTECTED]

Thanks!

Mike

Reply via email to