Skip site navigation (1)Skip section navigation (2)
Date:      23 Jan 2003 15:40:52 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Christer Gundersen <dtun3z@online.no>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: mozilla - antialiasing
Message-ID:  <1043354451.5814.90.camel@shumai.marcuscom.com>
In-Reply-To: <1043351460.30198.3.camel@funshine.carebears.net>
References:  <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> <1043351460.30198.3.camel@funshine.carebears.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-+Q+Tyu8tklDfT5tRo1Bq
Content-Type: multipart/mixed; boundary="=-OKODGYDu/s9jtXDUe+5d"


--=-OKODGYDu/s9jtXDUe+5d
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2003-01-23 at 14:51, Christer Gundersen wrote:
> On Thu, 2003-01-23 at 20:46, Joe Marcus Clarke wrote:
> > Building Mozilla with -DWITHOUT_XFT will effectively disable
> > anti-aliasing.  To selective disable it, try adding:
> >=20
> > match
> >         any size > 8
> >         any size < 16
> > edit
> >        antialias =3D false;
>=20
>=20
> Didn`t work.
>=20
> Even the toolbars in mozilla is antialiased.
>=20
> (i dont use mozilla, i use galeon. But i dont want antialiased sites)
> besides..
> i think it was something to do with a unix.js file, or something.
> But i cant seem to find the right place in that file. i think it have cha=
nged.

Okay, fontconfig obsoletes XftConfig, but I did manage to hack this
together which seems to work.  Just copy this file to ~/.fonts.conf, and
you should be set.

Joe

--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-OKODGYDu/s9jtXDUe+5d
Content-Disposition: attachment; filename=.fonts.conf
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=.fonts.conf; charset=ISO-8859-1

<?xml version=3D"1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<match target=3D"font">
    	<test name=3D"size" compare=3D"less_eq">
	    	<double>16</double>
	</test>
	<edit name=3D"antialias" mode=3D"assign">
		<bool>false</bool>
	</edit>
</match>
</fontconfig>

--=-OKODGYDu/s9jtXDUe+5d--

--=-+Q+Tyu8tklDfT5tRo1Bq
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+MFNTb2iPiv4Uz4cRAo3vAJ4ztg9MhxCwsPInUJl1hBog1UanCgCfe/3U
8YzXqZUpnUX7mhR33RnsB8g=
=vkEO
-----END PGP SIGNATURE-----

--=-+Q+Tyu8tklDfT5tRo1Bq--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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