[varLib] Add faster tables first
Speeds up development speed :).
This commit is contained in:
parent
f3031ce797
commit
49f249b118
@ -853,10 +853,10 @@ def build(designspace_filename, master_finder=lambda s:s):
|
|||||||
|
|
||||||
log.info("Building variations tables")
|
log.info("Building variations tables")
|
||||||
_add_MVAR(vf, model, master_fonts, axisTags)
|
_add_MVAR(vf, model, master_fonts, axisTags)
|
||||||
if 'glyf' in vf:
|
|
||||||
_add_gvar(vf, model, master_fonts)
|
|
||||||
_add_HVAR(vf, model, master_fonts, axisTags)
|
_add_HVAR(vf, model, master_fonts, axisTags)
|
||||||
_merge_OTL(vf, model, master_fonts, axisTags)
|
_merge_OTL(vf, model, master_fonts, axisTags)
|
||||||
|
if 'glyf' in vf:
|
||||||
|
_add_gvar(vf, model, master_fonts)
|
||||||
|
|
||||||
return vf, model, master_ttfs
|
return vf, model, master_ttfs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user