HOTFIX: Some composite letters' CV/SS doesn't work
This commit is contained in:
parent
8346258ca5
commit
cbd5952ca3
3 changed files with 18 additions and 4 deletions
|
@ -28,6 +28,6 @@ module.exports = function (para) {
|
|||
}
|
||||
}
|
||||
|
||||
finalizeFont(para, gs.glyphStore, excludeChars, font);
|
||||
return { font, glyphStore: gs.glyphStore };
|
||||
const finalGs = finalizeFont(para, gs.glyphStore, excludeChars, font);
|
||||
return { font, glyphStore: finalGs };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue