caryll / otfcc

Optimized OpenType builder and inspector.
Apache License 2.0
425 stars 63 forks source link

Phase 3, CFF #6

Closed be5invis closed 8 years ago

be5invis commented 8 years ago

In this phase, otfcc will be able to read and write CFF outlines.

The CFF table data will be separated into two records:

be5invis commented 8 years ago

Mostly done.

anthrotype commented 8 years ago

Good job! 👍

be5invis commented 8 years ago

@anthrotype It still need optimizations, see #16. For example, @kenlunde’s SHS increased about 4MB after a dump-build cycle.

anthrotype commented 8 years ago

not sure it's relevant here, but have you had a look at compreffor?

be5invis commented 8 years ago

@anthrotype What does this library manipulate, entire SFNT or only CFF table? otfcc is written in C, therefore I need to convert their interface.

be5invis commented 8 years ago

ps. @anthrotype I think we can move the discussions to #16.