File: DesignspaceTest-lib.designspace

package info (click to toggle)
fontmake 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,348 kB
  • sloc: python: 3,693; sh: 39; makefile: 14; xml: 9
file content (56 lines) | stat: -rw-r--r-- 1,340 bytes parent folder | download | duplicates (4)
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
<?xml version='1.0' encoding='UTF-8'?>
<designspace format="4.0">
  <axes>
    <axis tag="wght" name="weight" minimum="300" maximum="700" default="300">
      <map input="300" output="50"/>
      <map input="400" output="100"/>
      <map input="700" output="150"/>
    </axis>
  </axes>
  <sources>
    <source filename="MyFont-Light.ufo">
      <location>
        <dimension name="weight" xvalue="50"/>
      </location>
    </source>
    <source filename="MyFont-Bold.ufo">
      <location>
        <dimension name="weight" xvalue="150"/>
      </location>
    </source>
  </sources>
  <instances>
    <instance>
      <location>
        <dimension name="weight" xvalue="100"/>
      </location>
      <lib>
        <dict>
          <key>blorb</key>
          <string>hurx</string>
          <key>public.skipExportGlyphs</key>
          <array>
            <string>x</string>
            <string>y</string>
            <string>z</string>
          </array>
        </dict>
      </lib>
    </instance>
    <instance>
      <location>
        <dimension name="weight" xvalue="110"/>
      </location>
    </instance>
  </instances>
  <lib>
    <dict>
      <key>public.skipExportGlyphs</key>
      <array>
        <string>a</string>
        <string>b</string>
        <string>c</string>
      </array>
    </dict>
  </lib>
</designspace>