Date: Fri, 15 Mar 2002 09:25:04 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Glenn Johnson <glennpj@charter.net> Cc: Michael J Estes <estesm@cc.wwu.edu>, Christopher Masto <chris@netmonger.net>, cvs-committers@FreeBSD.org, cvs-all@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: <3C91A1D0.7D6E5A83@FreeBSD.org> References: <200203142021.g2EKL6q07845@freefall.freebsd.org> <20020314203631.GA70960@netmonger.net> <1016157801.98704.2.camel@estes.2y.net> <20020315050956.GA43971@gforce.johnson.home>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -Maxim 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?3C91A1D0.7D6E5A83>