Refine autonames and width filtering
This commit is contained in:
parent
9543e23a95
commit
e6fd9c6dde
6 changed files with 107 additions and 82 deletions
|
@ -28,6 +28,6 @@ module.exports = function (para) {
|
|||
}
|
||||
}
|
||||
|
||||
finalizeFont(para, gs.glyphList, excludeChars, font);
|
||||
finalizeFont(para, [...gs.glyphList], excludeChars, font);
|
||||
return font;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue