Home | History | Annotate | Download | only in data
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <designspace format="3">
      3     <axes>
      4         <axis default="400.0" maximum="900.0" minimum="200.0" name="weight" tag="wght">
      5             <map input="200" output="0" />   <!-- ExtraLight -->
      6             <map input="300" output="100" /> <!-- Light -->
      7             <map input="400" output="368" /> <!-- Regular -->
      8             <map input="500" output="486" /> <!-- Medium -->
      9             <map input="600" output="600" /> <!-- Semibold -->
     10             <map input="700" output="824" /> <!-- Bold -->
     11             <map input="900" output="1000" /><!-- Black -->
     12         </axis>
     13     </axes>
     14     <rules>
     15         <rule name="named.rule.1">
     16             <conditionset>
     17                 <condition maximum="600" minimum="0" name="weight" />
     18             </conditionset>
     19             <sub name="dollar" with="dollar.a" />
     20         </rule>
     21     </rules>
     22     <sources>
     23         <source filename="master_cff2/TestCFF2_ExtraLight.ufo" name="master_0">
     24             <lib copy="1" />
     25             <location>
     26                 <dimension name="weight" xvalue="0" />
     27             </location>
     28         </source>
     29         <source filename="master_cff2/TestCFF2_Regular.ufo" name="master_1">
     30             <glyph mute="1" name="T" />
     31             <info copy="1" />
     32             <location>
     33                 <dimension name="weight" xvalue="368" />
     34             </location>
     35         </source>
     36         <source filename="master_cff2/TestCFF2_Black.ufo" name="master_2">
     37             <location>
     38                 <dimension name="weight" xvalue="1000" />
     39             </location>
     40         </source>
     41     </sources>
     42     <instances>
     43         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-ExtraLight" stylename="ExtraLight">
     44             <location>
     45                 <dimension name="weight" xvalue="0" />
     46             </location>
     47             <kerning />
     48             <info />
     49         </instance>
     50         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Light" stylename="Light">
     51             <location>
     52                 <dimension name="weight" xvalue="100" />
     53             </location>
     54             <kerning />
     55             <info />
     56         </instance>
     57         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Regular" stylename="Regular">
     58             <location>
     59                 <dimension name="weight" xvalue="368" />
     60             </location>
     61             <kerning />
     62             <info />
     63         </instance>
     64         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Medium" stylename="Medium">
     65             <location>
     66                 <dimension name="weight" xvalue="486" />
     67             </location>
     68             <kerning />
     69             <info />
     70         </instance>
     71         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Semibold" stylename="Semibold">
     72             <location>
     73                 <dimension name="weight" xvalue="600" />
     74             </location>
     75             <kerning />
     76             <info />
     77         </instance>
     78         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Bold" stylename="Bold">
     79             <location>
     80                 <dimension name="weight" xvalue="824" />
     81             </location>
     82             <kerning />
     83             <info />
     84         </instance>
     85         <instance familyname="Test CFF2 Roman" postscriptfontname="TestCFF2Roman-Black" stylename="Black">
     86             <location>
     87                 <dimension name="weight" xvalue="1000" />
     88             </location>
     89             <kerning />
     90             <info />
     91         </instance>
     92     </instances>
     93 </designspace>
     94