You are not logged in.
I have vanilla KDE4 installed. But now I see that fonts in KDEmod4 looks much better than in any other desktop environments and window managers in default install. Is there some way to have fonts that will look like that, supplied in KDEmod4? Here are screenshots, where you can see how fonts in KDEmod4 looks much better and is more easy to read (it looks like that in Ubuntu), than default fonts. I installed tf-bitstream-vera but no results.
Last edited by archiebald (2009-11-04 12:01:19)
Offline
Create a file ~/.fonts.conf with the following contents:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>Relogin into your DE.
If you think the fonts are too blurry, start with the following setup:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
</fontconfig>Last edited by sph (2009-11-04 18:02:54)
Offline
Well, the fonts are different. The first one is Arial and the second one is Bitstream Vera Sans or DejaVu Sans. The hinting and anti-aliasing settings on both screenshots look the same to me. I think they use subpixel anti-aliasing and full hinting.
Offline
@sph
fonts.conf settings are same in both desktop environments.
@Teoulas
OK, but, fonts looks globaly nicer in KDEmod4.
Offline
delete ms-ttf?
Offline