Date: Fri, 15 Mar 2002 08:08:21 -0600 From: Matthew Reimer <mreimer@vpop.net> To: cvs-all@freebsd.org, sobomax@freebsd.org Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist ports/www/mozilla/files patch-modules::libpref::src::unix::unix.js Message-ID: <3C920055.1000708@vpop.net> References: <lists.freebsd.cvs-all.3C91A1D0.7D6E5A83@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote: > Glenn Johnson wrote: > >>On Thu, Mar 14, 2002 at 06:03:21PM -0800, Michael J Estes wrote: >> >> >>>I put the following prefs in my >>>~/.mozilla/default/XXXXXXXX.slt/prefs.js >>> >>>user_pref("font.FreeType2.autohinted", true); >>>user_pref("font.FreeType2.enable", true); >>>user_pref("font.directory.truetype.1","/usr/X11R6/lib/X11/fonts/Type1"); >>>user_pref("font.directory.truetype.2","/usr/X11R6/lib/X11/fonts/webfonts"); >>>user_pref("font.directory.truetype.3","/usr/X11R6/lib/X11/fonts/truetype"); >>>user_pref("font.freetype2.shared-library", "libfreetype.so.9"); >>> >>>and I get freetype fonts in mozilla >> >>Do you find that the fonts are not as good looking when the above is >>done? On my system, the fonts look heavier and have an "out of focus" >>look when they are anti-aliased. > > > Try to disable autohinting (pref("font.FreeType2.autohinted", false)) > - this could help, at least it helped me. What fixed it for me was to set font.FreeType2.unhinted to false. The problem is that freetype2 is built with hinting bytecode interpreter turned on. I think 'autohinting' is what freetype does when the freetype doesn't have the hinting interpreter turned on; instead it guesses. So leave autohinting as it was, and set unhinted to false. Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C920055.1000708>