[Bug 296713] Re: unable to customize appearance of KDE3 applications

Stiff stiff11 at ya.ru
Sun Mar 22 18:03:35 UTC 2009


I found a way to disable anti-aliasing on qt3 and qt4 applications by creating file ~/.fonts.conf with following content:
[code]<?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="hintstyle" >
   <const>hintfull</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>[/code]

-- 
unable to customize appearance of KDE3 applications
https://bugs.launchpad.net/bugs/296713
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.




More information about the kubuntu-bugs mailing list