instancer: keep emptied HVAR table
Even if HVAR no longer contains any variations, it's better to keep it because otherwise one would have to check the glyphs' phantom points to confirm that the advance widths (or heights for VVAR) don't vary
This commit is contained in:
parent
10d544d6a4
commit
f861c68873
@ -467,8 +467,6 @@ def _instantiateVHVAR(varfont, axisLimits, tableFields):
|
||||
_remapVarIdxMap(
|
||||
vhvar, tableFields.vOrigMapping, varIndexMapping, glyphOrder
|
||||
)
|
||||
else:
|
||||
del varfont[tableTag]
|
||||
|
||||
|
||||
def instantiateHVAR(varfont, location):
|
||||
|
Loading…
x
Reference in New Issue
Block a user