kde4: blurry fonts

Maik Beckmann maikbeckmann at gmx.de
Sun Jan 27 19:33:31 GMT 2008


Hello

I have an issue with the fonts off apps which are based Qt4.  I attached an 
png where the "File" menubar entry at
   (left to right): gtk+ - kde3 - kde4 - Qt4
apps is shown.

As you see the fonts of gtk and kde3 are same.  The kde4 and qt4 fonts are the 
same too. 

Please focus on the "F"s in "File".  The "F" of gtk/kde3 are plain lines, 
since no curves are involved.  The "F" pf kde4/qt4 has something like 
shadows, which results in a blurry look.

Currently I'm running arch-linux, but I saw the behavior on previous gentoo 
and debian installations when I played with qt4.

The screenshots which are placed at the kde4 programming tutorials show that 
there must be a way do make the fonts in kde4 behave like those in kde3
    http://techbase.kde.org/images/a/a3/Introtokdetutorial3.png
Just zoom and pan to "File" and compare with the screenshot I provided.

My $HOME/.fonts.conf is attached.  The font I'm using is Bitstream Vera Sans

Thanks in advance,
 -- Maik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtk-kde3-kde4-qt4.png
Type: image/png
Size: 35258 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde/attachments/20080127/d0d3b723/attachment.png>
-------------- next part --------------
<?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>
 </match>
 <match target="font" >
  <edit mode="assign" name="autohint" >
   <bool>false</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintfull</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>
-------------- next part --------------
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


More information about the kde mailing list