Merged features to otfcc

This commit is contained in:
be5invis 2016-05-01 06:56:11 +08:00
parent 5cf5dc8662
commit 6801aacf27
11 changed files with 274 additions and 300 deletions

View file

@ -18,8 +18,8 @@ process.stdin.on('end', function () {
ttf.cvt_ = glyfs.cvt_;
ttf.maxp = glyfs.maxp;
ttf.gasp = glyfs.gasp;
ttf.GDEF = glyfs.GDEF;
ttf.GSUB = glyfs.GSUB;
ttf.GPOS = glyfs.GPOS;
//ttf.GDEF = glyfs.GDEF;
//ttf.GSUB = glyfs.GSUB;
//ttf.GPOS = glyfs.GPOS;
process.stdout.write(JSON.stringify(ttf));
});