Fixup format

This commit is contained in:
Belleve Invis 2020-04-12 00:10:12 -07:00
parent 0b1452a3a7
commit e6da99af60
15 changed files with 47 additions and 45 deletions

View file

@ -62,7 +62,7 @@ function byGlyphPriority(a, b) {
return a.name < b.name ? -1 : a.name > b.name ? 1 : 0;
}
module.exports = function(gs, skew) {
module.exports = function (gs, skew) {
const excludeUnicode = new Set();
excludeUnicode.add(0x80);
for (let c = 0x2500; c <= 0x259f; c++) excludeUnicode.add(c);