[Bug 571071] Lost anti-aliased fonts on KDE 4.4 after using Defaults from System settings

bugzilla at redhat.com bugzilla at redhat.com
Sun Mar 7 22:23:49 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=571071

--- Comment #6 from Uday Kumar <udayreddy at gmail.com> 2010-03-07 17:23:43 EST ---
Created an attachment (id=398385)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=398385)
~/.fonts.conf

KD System Settings seems to have created/changed my ~/.fonts.conf and this
caused the problem. Removing my ~/.fonts.conf solved the problem, putting it
back always reproduces the problem. It's attached; also below.

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <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="rgba">
   <const>none</const>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="antialias">
   <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <test compare="more_eq" name="size" qual="any">
   <double>8</double>
  </test>
  <test compare="less_eq" name="size" qual="any">
   <double>15</double>
  </test>
  <edit mode="assign" name="antialias">
   <bool>false</bool>
  </edit>
 </match>
 <match target="font">
  <test compare="more_eq" name="pixelsize" qual="any">
   <double>10</double>
  </test>
  <test compare="less_eq" name="pixelsize" qual="any">
   <double>18</double>
  </test>
  <edit mode="assign" name="antialias">
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the fonts-bugs mailing list