Skip site navigation (1)Skip section navigation (2)
Date:      30 Jan 2003 22:47:22 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Matthias Buelow <mkb@mukappabeta.de>
Cc:        FreeBSD User Questions List <freebsd-questions@freebsd.org>
Subject:   Re: port www/mozilla 1.2.1 disable anti-aliasing
Message-ID:  <1043984842.30324.51.camel@shumai.marcuscom.com>
In-Reply-To: <3E39EFA9.9080506@mukappabeta.de>
References:  <3E39DBFF.7080506@mukappabeta.de> <1043979580.30324.29.camel@shumai.marcuscom.com> <20030131.112717.78793448.kuroishi@iij.ad.jp> <3E39EC8C.1020106@mukappabeta.de> <1043983588.30324.35.camel@shumai.marcuscom.com> <3E39EFA9.9080506@mukappabeta.de>

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

--=-oq0jlqtnj7kICyWlHfM4
Content-Type: multipart/mixed; boundary="=-2d/etpAdZEJjOqfaTI5g"


--=-2d/etpAdZEJjOqfaTI5g
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2003-01-30 at 22:38, Matthias Buelow wrote:
> Joe Marcus Clarke wrote:
>=20
> > No, without Xft support, there was no anti-aliasing.  I do have some
> > example fontconfig configurations that selectively disable AA on certai=
n
> > font sizes.  However, it sounded like you wished to revert Mozilla back
> > to the way 1.1 was.
>=20
> Yes, that's what I wanted.  Maybe I have confused the aa'ing (or rather,=20
> the lack of it) of huge fonts in 1.1 with something else, I didn't pay=20
> much attention to such details before when it didn't scream in my face.
> I'd be interested in your fontconfig configurations if they can make the=20
> antialias mechanism to apply only to fonts over a certain size.

Indeed it can.  The attached ~/.fonts.conf only enables AA on fonts
greater than 16 point.  I encourage you to checkout fontconfig(3) for
more on what you can do with it.  The fontconfig config file is very
powerful.

Joe

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

--=-2d/etpAdZEJjOqfaTI5g
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>

--=-2d/etpAdZEJjOqfaTI5g--

--=-oq0jlqtnj7kICyWlHfM4
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+OfHKb2iPiv4Uz4cRAsS/AKCIQ0bk5UTkdEIDUrwZnwFVgycuywCfR2Lk
yezFe1s+p4FwKTi/vFVB+dw=
=Nyn3
-----END PGP SIGNATURE-----

--=-oq0jlqtnj7kICyWlHfM4--


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




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