[4674] in Release_7.7_team
Re: Xft-enabled Mozilla
daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Jul 9 19:39:02 2004
From: Robert A Basch <rbasch@MIT.EDU>
To: Greg Hudson <ghudson@mit.edu>
Cc: release-team@mit.edu
In-Reply-To: <1089407928.24763.464.camel@egyptian-gods.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1089416333.24301.61.camel@anhedonia.mit.edu>
Mime-Version: 1.0
Date: Fri, 09 Jul 2004 19:38:53 -0400
On Fri, 2004-07-09 at 17:18, Greg Hudson wrote:
> Can we set the FONTCONFIG_PATH environment variable instead?
fontconfig only seems to load the config file from one directory,
so our special config file would have to include the real one
explicitly, i.e. with an absolute path, which is different on
the two platforms. A variation would be to set FONTCONFIG_FILE;
that file could simply include "fonts.conf", which would be
loaded from the default path. I'll work on something along these
lines.
Bob