import/export cleanup
This commit is contained in:
parent
ead4159c55
commit
82913e9d7a
48 changed files with 195 additions and 234 deletions
|
@ -1,10 +1,10 @@
|
|||
"use strict";
|
||||
|
||||
const finalizeGlyphs = require("./glyphs");
|
||||
const gcFont = require("./gc");
|
||||
const { finalizeGlyphs } = require("./glyphs");
|
||||
const { gcFont } = require("./gc");
|
||||
const { Nwid, Wwid } = require("../../support/gr");
|
||||
|
||||
module.exports = function finalizeFont(cache, para, glyphStore, excludedCodePoints, restFont) {
|
||||
exports.finalizeFont = function (cache, para, glyphStore, excludedCodePoints, restFont) {
|
||||
assignGrAndCodeRank(glyphStore, Nwid, Wwid);
|
||||
assignSubRank(glyphStore);
|
||||
glyphStore = gcFont(glyphStore, excludedCodePoints, restFont, {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue