source-foundry / ttfautohint-build

Build ttfautohint from source on Linux and macOS platforms
MIT License
27 stars 12 forks source link

Add link from ttfautohint documentation #10

Closed chrissimpkins closed 6 years ago

chrissimpkins commented 6 years ago

@lemzwerg Thoughts about linking here from the ttfautohint documentation? Particularly for macOS users who are building from source?

chrissimpkins commented 6 years ago

Or perhaps this https://github.com/fonttools/ttfautohint-py will be the better approach when stable?

cc @anthrotype

anthrotype commented 6 years ago

BTW, everything should be working now, except for -T --ttfa-info option that dumps the TTFA table to stdout (but that can be easily replaced by the command ttx -o - -t TTFA font.ttf so i'm in no urgency to implement it).

I will add some automated tests in the coming days and maybe push some binary wheels to PyPI so others can try it out without needing compilers.