The SingleMaster.designspace contains only one source master, so there is no real variation data. Still, and empty HVAR table is added (with RegionAxisCount == fvar.AxisCount). The gvar and cvar table are not added in this case, since they are empty and not required.
14 lines
440 B
XML
14 lines
440 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<designspace format="3">
|
|
<axes>
|
|
<axis default="400" maximum="400" minimum="400" name="weight" tag="wght" />
|
|
</axes>
|
|
<sources>
|
|
<source familyname="Test Family" filename="master_ufo/TestFamily-Master0.ufo" name="master_0">
|
|
<location>
|
|
<dimension name="weight" xvalue="400" />
|
|
</location>
|
|
</source>
|
|
</sources>
|
|
</designspace>
|