Date: Thu, 23 Jan 2003 21:04:21 +0100 From: Hendrik Scholz <hscholz@raisdorf.net> To: gnome@FreeBSD.ORG Subject: Re: mozilla - antialiasing Message-ID: <20030123210421.4e84136d.hscholz@raisdorf.net> In-Reply-To: <1043349203.228.24.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! On 23 Jan 2003 20:26:38 +0100 Christer Gundersen <dtun3z@online.no> wrote: > anyone know how to disable antialiasing? > or, making mozilla only antialias fonts over 16 in size? Just cd to /usr/X11R6/lib/mozilla*/defaults/pref/ and open unix.js in your favorite editor and change the following lines: pref("font.FreeType2.enable", false); pref("font.antialias.min", 10); Hendrik (still waiting for Galeon2 with Xft :)) -- Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/ drag me, drop me - treat me like an object 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?20030123210421.4e84136d.hscholz>