Massively improved building stability; improved shapes of /eta.

This commit is contained in:
be5invis 2015-11-26 07:30:41 +08:00
parent 5115586fac
commit 50fdae2c96
16 changed files with 95 additions and 109 deletions

View file

@ -3,7 +3,7 @@ var TTFWriter = require('node-sfnt').TTFWriter;
var TTF = require('node-sfnt').TTF;
var argv = require('yargs').argv;
var Glyph = require('./support/glyph').Glyph;
var Glyph = require('./support/glyph');
function toBuffer(arrayBuffer) {
var length = arrayBuffer.byteLength;