subset: minor: remove duplicate 'cvar' from list of hinting tables

This commit is contained in:
Cosimo Lupo 2018-04-13 17:39:10 +02:00
parent ebdd52512b
commit 78faa0c416
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -2718,7 +2718,7 @@ class Options(object):
'vhea', 'OS/2', 'loca', 'name', 'cvt', 'vhea', 'OS/2', 'loca', 'name', 'cvt',
'fpgm', 'prep', 'VDMX', 'DSIG', 'CPAL', 'fpgm', 'prep', 'VDMX', 'DSIG', 'CPAL',
'MVAR', 'cvar', 'STAT'] 'MVAR', 'cvar', 'STAT']
_hinting_tables_default = ['cvar', 'cvt', 'cvar', 'fpgm', 'prep', 'hdmx', 'VDMX'] _hinting_tables_default = ['cvt', 'cvar', 'fpgm', 'prep', 'hdmx', 'VDMX']
# Based on HarfBuzz shapers # Based on HarfBuzz shapers
_layout_features_groups = { _layout_features_groups = {