fix expected gvar output to be sorted by glyph name
This commit is contained in:
parent
b4c5b07741
commit
2242aff863
@ -81,15 +81,6 @@ GVAR_VARIATIONS = {
|
||||
GVAR_XML = [
|
||||
'<version value="1"/>',
|
||||
'<reserved value="0"/>',
|
||||
'<glyphVariations glyph="space">',
|
||||
' <tuple>',
|
||||
' <coord axis="wdth" value="0.7"/>',
|
||||
' <delta pt="0" x="1" y="11"/>',
|
||||
' <delta pt="1" x="2" y="22"/>',
|
||||
' <delta pt="2" x="3" y="33"/>',
|
||||
' <delta pt="3" x="4" y="44"/>',
|
||||
' </tuple>',
|
||||
'</glyphVariations>',
|
||||
'<glyphVariations glyph="I">',
|
||||
' <tuple>',
|
||||
' <coord axis="wght" min="0.0" value="0.5" max="1.0"/>',
|
||||
@ -113,6 +104,15 @@ GVAR_XML = [
|
||||
' <delta pt="7" x="1" y="11"/>',
|
||||
' </tuple>',
|
||||
'</glyphVariations>',
|
||||
'<glyphVariations glyph="space">',
|
||||
' <tuple>',
|
||||
' <coord axis="wdth" value="0.7"/>',
|
||||
' <delta pt="0" x="1" y="11"/>',
|
||||
' <delta pt="1" x="2" y="22"/>',
|
||||
' <delta pt="2" x="3" y="33"/>',
|
||||
' <delta pt="3" x="4" y="44"/>',
|
||||
' </tuple>',
|
||||
'</glyphVariations>',
|
||||
]
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -572,6 +572,19 @@
|
||||
<delta pt="21" x="0" y="0"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="dotabovecomb">
|
||||
<tuple>
|
||||
<coord axis="wght" value="1.0"/>
|
||||
<delta pt="0" x="-8" y="28"/>
|
||||
<delta pt="1" x="13" y="16"/>
|
||||
<delta pt="2" x="17" y="-13"/>
|
||||
<delta pt="3" x="-27" y="-20"/>
|
||||
<delta pt="4" x="0" y="0"/>
|
||||
<delta pt="5" x="0" y="0"/>
|
||||
<delta pt="6" x="0" y="0"/>
|
||||
<delta pt="7" x="0" y="0"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="e">
|
||||
<tuple>
|
||||
<coord axis="wght" min="0.0" value="0.36365" max="1.0"/>
|
||||
@ -614,6 +627,12 @@
|
||||
<delta pt="16" x="0" y="0"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="edotabove">
|
||||
<tuple>
|
||||
<coord axis="wght" value="1.0"/>
|
||||
<delta pt="1" x="-6" y="91"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="s">
|
||||
<tuple>
|
||||
<coord axis="wght" value="1.0"/>
|
||||
@ -635,25 +654,6 @@
|
||||
<delta pt="15" x="0" y="0"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="dotabovecomb">
|
||||
<tuple>
|
||||
<coord axis="wght" value="1.0"/>
|
||||
<delta pt="0" x="-8" y="28"/>
|
||||
<delta pt="1" x="13" y="16"/>
|
||||
<delta pt="2" x="17" y="-13"/>
|
||||
<delta pt="3" x="-27" y="-20"/>
|
||||
<delta pt="4" x="0" y="0"/>
|
||||
<delta pt="5" x="0" y="0"/>
|
||||
<delta pt="6" x="0" y="0"/>
|
||||
<delta pt="7" x="0" y="0"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
<glyphVariations glyph="edotabove">
|
||||
<tuple>
|
||||
<coord axis="wght" value="1.0"/>
|
||||
<delta pt="1" x="-6" y="91"/>
|
||||
</tuple>
|
||||
</glyphVariations>
|
||||
</gvar>
|
||||
|
||||
</ttFont>
|
||||
|
Loading…
x
Reference in New Issue
Block a user