Merged features to otfcc
This commit is contained in:
parent
5cf5dc8662
commit
6801aacf27
11 changed files with 274 additions and 300 deletions
|
@ -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));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue