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

@ -10,7 +10,7 @@ const { setFontMetrics } = require("../meta/aesthetics");
const regulateGlyphs = require("../support/regulate-glyph");
const gcFont = require("./gc");
module.exports = function(para) {
module.exports = function (para) {
const font = EmptyFont();
const gs = buildGlyphs(para);