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

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 31 02:12:15 UTC 2008


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 #36 from Baif <baif at pogolinux.com.cn>  2008-10-30 22:12:14 EDT ---
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>

 <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="rgba" >
   <const>none</const>
  </edit>
 </match>
 <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="hinting" >
   <bool>true</bool>
  </edit>
 </match>
 <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="hintstyle" >
   <const>hintfull</const>
  </edit>
 </match>
 <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 fonts-bugs mailing list