Date: Thu, 22 May 2003 17:15:52 -0500 From: Kirk Strauser <kirk@strauser.com> To: freebsd-questions@freebsd.org Subject: XFree86 and antialiasing Message-ID: <87u1bmwrtz.fsf@pooh.honeypot.net>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I'm trying to activate subpixel antialiasing on my FreeBSD workstation. In
my /usr/X11R6/etc/fonts/local.conf, I have:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Activate subpixel antialiasing -->
<match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
</fontconfig>
These seems to work for large fonts, but not smaller ones. For example, if
I use xmag to zoom in on parts of Mozilla, I can see that large characters
such as in <h1 /> tags are subpixel antialiased, but regular text is not.
How can I tell fontconfig to lower the threshold for deciding whether or not
to antialias my fonts?
--
Kirk Strauser
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
iD8DBQA+zUwZ5sRg+Y0CpvERAsemAJ9UzVtEzgMRryQcFYATZ/SMv6uf6gCcCJK/
83rQcUYGNobYsfvCJpzdyYA=
=DZWQ
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87u1bmwrtz.fsf>
