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="3">
<axes />
<sources>
<source familyname="ExplicitSourceFamilyName" filename="sources/light/LightCondensed.ufo" name="master_1" stylename="ExplicitSourceStyleName">
<lib copy="1" />
<groups copy="1" />
<features copy="1" />
<info copy="1" mute="1" />
<glyph mute="1" name="a" />
<location>
<dimension name="width" xvalue="0.000000" />
</location>
</source>
<source filename="sources/light/LightWide.ufo" name="master_2">
<info mute="1" />
<kerning mute="1" />
<glyph mute="1" name="b" />
<location>
<dimension name="width" xvalue="1.000000" />
</location>
</source>
</sources>
<instances>
<instance familyname="TestFamily" filename="instances/A/testOutput_glyphs.ufo" stylename="TestStyleName">
<location>
<dimension name="width" xvalue="0.200000" yvalue="0.800000" />
</location>
<glyphs>
<glyph name="M" unicode="0xff">
<location>
<dimension name="width" xvalue="0.900000" />
</location>
<note>testnote123</note>
</glyph>
<glyph name="N">
<location>
<dimension name="width" xvalue="0.700000" />
</location>
<masters>
<master glyphname="M" source="master_1">
<location>
<dimension name="width" xvalue="0.000000" />
</location>
</master>
<master glyphname="M" source="master_2">
<location>
<dimension name="width" xvalue="1.000000" />
</location>
</master>
</masters>
</glyph>
</glyphs>
</instance>
</instances>
</designspace>
|