I am not sure if this might help, but it does improve the way fonts are
rendered for me in KDE and Gnome.

Basically it turns on hinting.

Put this in a file called .fonts.conf in your home directory.
--8<--
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <edit name="autohint" mode="assign">
      <bool>true</bool>
    </edit>
  </match>
</fontconfig>
--8<--
- Pramod

On Sat, 2006-12-23 at 17:06 -0500, Andy Harrison wrote:
> On 12/23/06, Andy Harrison <[EMAIL PROTECTED]> wrote:
> > I was wondering if anyone could explain this discrepancy in font appearance.
> >
> > Here is how fonts appear on my desktop apps in gnome/metacity.
> >
> 
> Oops, first screenshot should be...
> 
> http://img134.imageshack.us/my.php?image=screenshotgnomebx8.jpg
> 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to