[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Anti-aliased fonts in galeon/mozilla/epiphany



On Fri, Aug 15, 2003 at 08:11:59PM -0700, Jeff Schwaber wrote:

> I'm trying to get rid of anti-aliased fonts in the various mozilla-based
> web browsers that come with gnome, and I've been pretty unsuccessful.
> There's a page for Mandrake describing how to set the minimum size for
> anti-aliasing in /usr/lib/mozilla/defaults/pref/unix.js but changing the
> size doesn't seem to do anything. I thought there might be a personal
> prefs file somewhere under ~/.galeon or ~/.mozilla but was unable to
> find anything.

Not sure what this has to do with a PDF editor, but depending on what 
verson of things you are running, you can add this to 
/etc/fonts/fonts.conf:

     <match target="font">
         <test qual="any" name="size" compare="less">
             <int>25</int>
         </test>
         <edit name="antialias" mode="assign">
             <bool>false</bool>
         </edit>
     </match>

So fonts with a size less than 25 have antialiasing turned off.


-- 
Bill Moseley
moseley@hank.org



Reply to: