From owner-cvs-all Thu Mar 14 18: 3:33 2002 Delivered-To: cvs-all@freebsd.org Received: from titan.cc.wwu.edu (titan.cc.wwu.edu [140.160.240.18]) by hub.freebsd.org (Postfix) with ESMTP id 4773537B402; Thu, 14 Mar 2002 18:03:28 -0800 (PST) Received: from ws609.fx.reshall.wwu.edu (ws609.fx.reshall.wwu.edu [63.229.43.164]) by titan.cc.wwu.edu (8.10.2+Sun/8.9.1) with ESMTP id g2F23H929149; Thu, 14 Mar 2002 18:03:17 -0800 (PST) Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist ports/www/mozilla/files patch-modules::libpref::src::unix::unix.js From: Michael J Estes To: Christopher Masto Cc: Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20020314203631.GA70960@netmonger.net> References: <200203142021.g2EKL6q07845@freefall.freebsd.org> <20020314203631.GA70960@netmonger.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 14 Mar 2002 18:03:21 -0800 Message-Id: <1016157801.98704.2.camel@estes.2y.net> Mime-Version: 1.0 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 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 -Mike Estes On Thu, 2002-03-14 at 12:36, Christopher Masto wrote: > On Thu, Mar 14, 2002 at 12:21:06PM -0800, Maxim Sobolev wrote: > > - correct name of the freetype library, so that it is easier to > > get AA fonts working. > > One still needs to edit the unix.js file to turn truetype on and > set the font paths. While I was in there, I changed a few other > settings that looked interesting. > > I wonder, is there a way to override those settings without modifying > a port-managed file? > -- > Christopher Masto > > CB461C61 8AFC E3A8 7CE5 9023 B35D C26A D849 1F6E CB46 1C61 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message