issues
search
caryll
/
otfcc
Optimized OpenType builder and inspector.
Apache License 2.0
425
stars
63
forks
source link
Implements meaningful dump for glyph instructions, fpgm, prep and cvt.
#12
Closed
be5invis
closed
8 years ago
be5invis
commented
8 years ago
This PR adds
The instruction decompiler and compiler from
FontForge
, which converts TrueType instructions into meaningful
strings
JSON Arrays.
A separate implementation for the
cvt
table, which is currently sharing the same implementation with
fpgm
and
prep
.
And compatibility layer for existing binary dump.
This PR adds
stringsJSON Arrays.cvt
table, which is currently sharing the same implementation withfpgm
andprep
.