Skip site navigation (1)Skip section navigation (2)
Date:      14 Mar 2002 18:03:21 -0800
From:      Michael J Estes <estesm@cc.wwu.edu>
To:        Christopher Masto <chris@netmonger.net>
Cc:        Maxim Sobolev <sobomax@FreeBSD.ORG>, 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:  <1016157801.98704.2.camel@estes.2y.net>
In-Reply-To: <20020314203631.GA70960@netmonger.net>
References:  <200203142021.g2EKL6q07845@freefall.freebsd.org>  <20020314203631.GA70960@netmonger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1016157801.98704.2.camel>