From owner-cvs-all Fri Mar 15 6: 7:40 2002 Delivered-To: cvs-all@freebsd.org Received: from boromir.vpop.net (dns1.vpop.net [206.117.147.2]) by hub.freebsd.org (Postfix) with ESMTP id B53A137B421; Fri, 15 Mar 2002 06:07:26 -0800 (PST) Received: from vpop.net (bilbo.vpop.net [65.103.33.41]) by boromir.vpop.net (8.11.6/8.11.6) with ESMTP id g2FE7PF76817; Fri, 15 Mar 2002 06:07:25 -0800 (PST) (envelope-from mreimer@vpop.net) Message-ID: <3C920055.1000708@vpop.net> Date: Fri, 15 Mar 2002 08:08:21 -0600 From: Matthew Reimer Organization: VPOP Technologies, Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020312 X-Accept-Language: en-us, en MIME-Version: 1.0 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 References: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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