Closed arrowtype closed 2 years ago
Ah, nevermind – it can be used like this:
python3 -m ttfautohint [in-font] [out-font]
Correct We did that to avoid shadowing an existing ttfautohint binary, and make it explicit that one is calling ttfautohint via python
Sorry if this is a stupid question, but can this be used on the shell?
My expectation was that I could pip install this, and then the command
ttfautohint
would work. I don’t see any such command invenv/bin
, however, and just trying it out results incommand not found: ttfautohint
.For now, I’ll make a Python script to run this, and call that from the shell, but is there a simpler way?
Thanks!