You are not logged in.
Pages: 1
The cleartype packages are back on AUR.
freetype2-cleartype: http://aur.archlinux.org/packages.php?ID=8108
cairo-cleartype: http://aur.archlinux.org/packages.php?ID=8110
libxft-cleartype: http://aur.archlinux.org/packages.php?ID=8112
- Some shots:
- Recommended ~/.fonts.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit name="autohint">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
Hope you like it!
Last edited by estevao (2011-06-24 17:05:10)
Offline
Shouldn't this go in community contributions?
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
@ConnorBehan: I think you are right. Sorry for the mispost.
Offline
Moving...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
<const>lcddefault<const>
const tag not closed.
Offline
<const>lcddefault<const>
const tag not closed.
Thanks.
Offline
Looks exactly the same as *-ubuntu.
But some sites in chromium started looks better.
Thanks.
Offline
Very nice, thanks for this. My only comment is that "hinting" appears twice in the .font.conf file provided.
Wirth's law: "Software is getting slower more rapidly than hardware becomes faster"
Offline
Pages: 1