instancer_test: add vmtx to PartialInstancer-VF.ttx

used in gvar unit tests in instancer_test.py
This commit is contained in:
Cosimo Lupo 2019-04-20 15:41:39 +01:00
parent 7b5202cd79
commit 002de44c13
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F
2 changed files with 15 additions and 9 deletions

View File

@ -12,12 +12,12 @@
<!-- Most of this table will be recalculated by the compiler -->
<tableVersion value="1.0"/>
<fontRevision value="2.001"/>
<checkSumAdjustment value="0x45c905be"/>
<checkSumAdjustment value="0x9184e88f"/>
<magicNumber value="0x5f0f3cf5"/>
<flags value="00000000 00000011"/>
<unitsPerEm value="1000"/>
<created value="Tue Mar 5 00:05:14 2019"/>
<modified value="Mon Mar 25 12:51:29 2019"/>
<modified value="Sat Apr 20 14:38:56 2019"/>
<xMin value="40"/>
<yMin value="-200"/>
<xMax value="450"/>
@ -589,7 +589,7 @@
<Version value="0x00010000"/>
<Reserved value="0"/>
<ValueRecordSize value="8"/>
<!-- ValueRecordCount=3 -->
<!-- ValueRecordCount=4 -->
<VarStore Format="1">
<Format value="1"/>
<VarRegionList>
@ -632,7 +632,7 @@
</VarRegionAxis>
</Region>
</VarRegionList>
<!-- VarDataCount=1 -->
<!-- VarDataCount=2 -->
<VarData index="0">
<!-- ItemCount=3 -->
<NumShorts value="1"/>
@ -644,7 +644,7 @@
<Item index="1" value="[100, 0, -20]"/>
<Item index="2" value="[50, -30, -20]"/>
</VarData>
<VarData>
<VarData index="1">
<!-- ItemCount=1 -->
<NumShorts value="0"/>
<!-- VarRegionCount=1 -->
@ -1016,4 +1016,10 @@
</glyphVariations>
</gvar>
<vmtx>
<mtx name=".notdef" height="1000" tsb="100"/>
<mtx name="hyphen" height="536" tsb="229"/>
<mtx name="space" height="600" tsb="0"/>
</vmtx>
</ttFont>

View File

@ -67,7 +67,7 @@ class InstantiateGvarTest(object):
(247, 229),
(0, 0),
(274, 0),
(0, 1000),
(0, 536),
(0, 0),
]
},
@ -83,7 +83,7 @@ class InstantiateGvarTest(object):
(265, 229),
(0, 0),
(298, 0),
(0, 1000),
(0, 536),
(0, 0),
]
},
@ -101,7 +101,7 @@ class InstantiateGvarTest(object):
(282, 229),
(0, 0),
(322, 0),
(0, 1000),
(0, 536),
(0, 0),
]
},
@ -133,7 +133,7 @@ class InstantiateGvarTest(object):
(265, 229),
(0, 0),
(298, 0),
(0, 1000),
(0, 536),
(0, 0),
]