-
Notifications
You must be signed in to change notification settings - Fork 11
/
TestInlineStylespace.designspace
163 lines (160 loc) · 4.5 KB
/
TestInlineStylespace.designspace
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="utf-8"?>
<designspace format="4.0">
<axes>
<axis default="200" maximum="900" minimum="200" name="Weight" tag="wght">
<map input="200" output="0" />
<map input="300" output="100" />
<map input="333" output="333" />
<map input="400" output="368" />
<map input="600" output="600" />
<map input="650" output="789" />
<map input="700" output="824" />
<map input="900" output="1000" />
</axis>
</axes>
<sources>
<source filename="master1.ufo" stylename="Extra Light">
<location>
<dimension name="Weight" xvalue="0" />
</location>
</source>
<source filename="master2.ufo" stylename="Black">
<location>
<dimension name="Weight" xvalue="1000" />
</location>
</source>
</sources>
<instances>
<instance stylename="Extra Light">
<location>
<dimension name="Weight" xvalue="0" />
</location>
</instance>
<instance stylename="Light">
<location>
<dimension name="Weight" xvalue="100" />
</location>
</instance>
<instance stylename="Regular">
<location>
<dimension name="Weight" xvalue="368" />
</location>
</instance>
<instance stylename="Semi Bold">
<location>
<dimension name="Weight" xvalue="600" />
</location>
</instance>
<instance stylename="Bold">
<location>
<dimension name="Weight" xvalue="824" />
</location>
</instance>
<instance stylename="Black">
<location>
<dimension name="Weight" xvalue="1000" />
</location>
</instance>
</instances>
<lib>
<dict>
<key>org.statmake.stylespace</key>
<dict>
<key>axes</key>
<array>
<dict>
<key>name</key>
<string>Weight</string>
<key>tag</key>
<string>wght</string>
<key>locations</key>
<array>
<dict>
<key>name</key>
<string>XLight</string>
<key>value</key>
<integer>200</integer>
</dict>
<dict>
<key>name</key>
<string>Light</string>
<key>value</key>
<integer>300</integer>
</dict>
<dict>
<key>name</key>
<string>Regular</string>
<key>value</key>
<integer>400</integer>
<key>linked_value</key>
<integer>700</integer>
<key>flags</key>
<array>
<string>ElidableAxisValueName</string>
</array>
</dict>
<dict>
<key>name</key>
<string>Semi Bold</string>
<key>value</key>
<integer>600</integer>
</dict>
<dict>
<key>name</key>
<dict>
<key>en</key>
<string>Bold</string>
</dict>
<key>value</key>
<integer>700</integer>
</dict>
<dict>
<key>name</key>
<string>Black</string>
<key>value</key>
<integer>900</integer>
<key>range</key>
<array>
<integer>701</integer>
<integer>900</integer>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Italic</string>
<key>tag</key>
<string>ital</string>
<key>locations</key>
<array>
<dict>
<key>name</key>
<string>Upright</string>
<key>value</key>
<integer>0</integer>
<key>linked_value</key>
<integer>1</integer>
<key>flags</key>
<array>
<string>ElidableAxisValueName</string>
</array>
</dict>
<dict>
<key>name</key>
<string>Italic</string>
<key>value</key>
<integer>1</integer>
</dict>
</array>
</dict>
</array>
</dict>
<key>org.statmake.additionalLocations</key>
<dict>
<key>Italic</key>
<integer>0</integer>
</dict>
</dict>
</lib>
</designspace>