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

« back to all changes in this revision

Viewing changes to 90-arphic-uming-embolden.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" compare="contains" >
 
7
                        <string>AR PL UMing</string>
 
8
                </test> 
 
9
                <!-- check to see if the font is just regular -->
 
10
                <test name="weight" compare="less_eq">
 
11
                        <int>100</int>
 
12
                </test>
 
13
                <test compare="more_eq" target="pattern" name="weight" >
 
14
                        <int>180</int>
 
15
                </test>
 
16
                <edit mode="assign" name="embolden" >
 
17
                        <bool>true</bool>
 
18
                </edit>
 
19
        </match>
 
20
 
 
21
</fontconfig>