blob: a93e3bd6e33a509872af919a51623c327ac13bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?xml version='1.0' encoding='utf-8'?>
<designspace format="3">
<axes>
<axis default="400.0" maximum="700.0" minimum="400.0" name="weight" tag="wght">
<map input="400.0" output="400.0" />
<map input="700.0" output="700.0" />
<labelname xml:lang="en">Weight</labelname>
</axis>
<axis default="100.0" maximum="100.0" minimum="100.0" name="width" tag="wdth">
<map input="100.0" output="100.0" />
<labelname xml:lang="en">Width</labelname>
</axis>
<axis default="0.0" maximum="0.0" minimum="0.0" name="custom" tag="XXXX">
<map input="0.0" output="0.0" />
<labelname xml:lang="en">Custom</labelname>
</axis>
</axes>
<sources>
<source familyname="Psf Test" filename="PsfTest-Regular.ufo" name="Psf Test Regular" stylename="Regular">
<lib copy="1" />
<groups copy="1" />
<features copy="1" />
<info copy="1" />
<location>
<dimension name="weight" xvalue="400.000000" />
<dimension name="width" xvalue="100.000000" />
<dimension name="custom" xvalue="0.000000" />
</location>
</source>
<source familyname="Psf Test" filename="PsfTest-Bold.ufo" name="Psf Test Bold" stylename="Bold">
<location>
<dimension name="weight" xvalue="700.000000" />
<dimension name="width" xvalue="100.000000" />
<dimension name="custom" xvalue="0.000000" />
</location>
</source>
</sources>
<instances>
<instance familyname="Psf Test" filename="PsfTest-Regular.ufo" name="Psf Test Regular" stylemapfamilyname="Psf Test" stylemapstylename="regular" stylename="Regular">
<location>
<dimension name="weight" xvalue="400.000000" />
<dimension name="width" xvalue="100.000000" />
<dimension name="custom" xvalue="0.000000" />
</location>
<info />
<kerning />
</instance>
<instance familyname="Psf Test" filename="PsfTest-Bold.ufo" name="Psf Test Bold" stylemapfamilyname="Psf Test" stylemapstylename="bold" stylename="Bold">
<location>
<dimension name="weight" xvalue="700.000000" />
<dimension name="width" xvalue="100.000000" />
<dimension name="custom" xvalue="0.000000" />
</location>
<info />
<kerning />
</instance>
</instances>
</designspace>
|