Skip to content

hellboxpy/hellbox-dsig

Repository files navigation

hellbox-dsig

A hellbox job that works with digital signature tables.

Usage

InsertDummyDsig adds a valid digital signature table to an OTF/TTF font file.

from hellbox import Hellbox
from hellbox.jobs.dsig import InsertDummyDsig

with Hellbox("build") as task:
    source = task.read("./source/*.otf")
    source >> InsertDummyDsig() >> task.write("./build/otf")

Installation

hell add hellbox-dsig

Development

uv sync
uv run pytest

About

OpenType DSIG hellbox job

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages