Linked by AdamW on Tue 23rd Aug 2011 22:10 UTC
Permalink for comment 486569
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
Linked by Thom Holwerda on 04/16/13 9:29 UTC
Linked by Thom Holwerda on 04/15/13 22:44 UTC
More Features »
Sponsored Links



Member since:
2005-07-06
... Not sure that this is the issue your hitting, but there's an issue with auto-hinting on some display / GPU configuration that makes Fedora 15 fonts look horrible on some machines (I hit it on my Laptop, but not on my workstations... go figure).
The solution is quite simple:
Create a file name 99-autohinter-only.conf in /etc/fonts/conf.d.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
Not sure if it works on F16 (I've yet to try it).
- Gilboa
Edited 2011-08-24 07:30 UTC