~ubuntu-branches/ubuntu/trusty/fonts-arphic-uming/trusty-proposed

« back to all changes in this revision

Viewing changes to 25-arphic-uming-bitmaps.conf

  • Committer: Package Import Robot
  • Author(s): Christian Perrier
  • Date: 2011-12-11 19:57:38 UTC
  • Revision ID: package-import@ubuntu.com-20111211195738-mmnu9y3hmfl5y84a
Tags: upstream-0.2.20080216.2
ImportĀ upstreamĀ versionĀ 0.2.20080216.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 
3
<fontconfig>
 
4
 
 
5
        <match target="font">
 
6
          <test name="family">
 
7
          <string>AR PL UMing CN</string>
 
8
          <string>AR PL UMing HK</string>
 
9
          <string>AR PL UMing TW</string>
 
10
          <string>AR PL UMing TW MBE</string>
 
11
          </test>
 
12
          <edit name="antialias"><bool>false</bool></edit>
 
13
          <edit name="hinting"><bool>true</bool></edit>
 
14
          <edit name="autohint"><bool>false</bool></edit>
 
15
        </match>
 
16
 
 
17
        <match target="font">
 
18
          <test name="family">
 
19
          <string>AR PL UMing CN</string>
 
20
          <string>AR PL UMing HK</string>
 
21
          <string>AR PL UMing TW</string>
 
22
          <string>AR PL UMing TW MBE</string>
 
23
          </test>
 
24
          <test name="pixelsize" compare="more_eq"><int>17</int></test>
 
25
          <edit name="antialias" mode="assign"><bool>true</bool></edit>
 
26
          <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
27
        </match>
 
28
 
 
29
</fontconfig>