hellbox-fontmake 0.1.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

hellboxfontmake 0.1.1

hellbox-fontmake
A hellbox job that wraps fontmake functionality in a chute.

GenerateOtf — converts a UFO into an OTF
GenerateTtf — converts a UFO into an TTF

from hellbox.jobs.fontmake import GenerateOtf, GenerateTtf

with Hellbox("build") as task:
source = task.read("*.ufo")
source >> GenerateOtf() >> task.write("./build/otf")
source >> GenerateTtf() >> task.write("./build/ttf")

Installation
Using the hell CLI:
$ hell install hellbox-fontmake

Development
$ pip install -e .
$ pytest

Contributing
To come...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.