Refine autonames and width filtering

This commit is contained in:
be5invis 2020-06-17 19:47:31 -07:00
parent 9543e23a95
commit e6fd9c6dde
6 changed files with 107 additions and 82 deletions

View file

@ -28,6 +28,6 @@ module.exports = function (para) {
}
}
finalizeFont(para, gs.glyphList, excludeChars, font);
finalizeFont(para, [...gs.glyphList], excludeChars, font);
return font;
};