Massively improved building stability; improved shapes of /eta.
This commit is contained in:
parent
5115586fac
commit
50fdae2c96
16 changed files with 95 additions and 109 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue