A hellbox plugin that runs ttfautohint on TTF files using ttfautohint-py.
from hellbox import Hellbox
from hellbox.jobs.ttfautohint import Autohint
with Hellbox("hint") as task:
task.read("build/*.ttf") >> Autohint() >> task.write("hinted")hell add hellbox-ttfautohintuv sync
uv run pytest