Skip to main content

fontmake job for hellbox.

Project description

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...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hellbox-fontmake-0.1.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

hellbox_fontmake-0.1.1-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page