kde and gnome/gtk font appearance...

Pramod Venugopal pramod at dvnull.org
Sat Dec 23 14:59:04 PST 2006


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 <aharrison at gmail.com> 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
> 



More information about the freebsd-questions mailing list