[Fedora-i18n-bugs] [Bug 459680] qt/kde: font antialiasing was disabled by uming fontconfig file.

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 30 14:03:44 UTC 2009


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=459680





--- Comment #49 from Baif <baifcc at hotmail.com>  2009-01-30 09:03:43 EDT ---
For KDE-LiveCD, the following .fonts.conf works!
Caius, can you test it without the first part of "not_eq"?

<match target="font" >
          <test name="family" compare="not_eq">
          <string>AR PL UMing CN</string>
          <string>AR PL UMing HK</string>
          <string>AR PL UMing TW</string>
          <string>AR PL UMing TW MBE</string>
          </test>
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>

 <match target="font" >
          <test name="family">
          <string>AR PL UMing CN</string>
          <string>AR PL UMing HK</string>
          <string>AR PL UMing TW</string>
          <string>AR PL UMing TW MBE</string>
          </test>
  <test compare="more_eq" name="size" qual="any" >
   <double>8</double>
  </test>
  <test compare="less_eq" name="size" qual="any" >
   <double>12</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
 <match target="font" >
          <test name="family">
          <string>AR PL UMing CN</string>
          <string>AR PL UMing HK</string>
          <string>AR PL UMing TW</string>
          <string>AR PL UMing TW MBE</string>
          </test>
  <test compare="more_eq" name="pixelsize" qual="any" >
   <double>11</double>
  </test>
  <test compare="less_eq" name="pixelsize" qual="any" >
   <double>17</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 Fedora-i18n-bugs mailing list