Metadata-Version: 2.5
Name: fontproof
Version: 1.0.0
Summary: Command-line proofing with Hellbox (formerly Font Proof): render .fontproof documents and font files to PDF proofs headlessly.
Project-URL: Homepage, https://hellbox.com
Project-URL: Changelog, https://hellbox.com/changelog
Author: Jake Fleming
License: MIT
Keywords: fonts,pdf,proofing,type-design,typography
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS
Classifier: Topic :: Text Processing :: Fonts
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# fontproof

Command-line proofing with [Hellbox](https://hellbox.com) (formerly Font Proof), the macOS font-proofing app.

This package is a thin wrapper around the Hellbox app's headless renderer. It requires the Hellbox app to be installed (download at [hellbox.com](https://hellbox.com)).

## Usage

```
fontproof export document.fontproof out.pdf     # render a .fontproof to PDF
fontproof render-pngs document.fontproof outdir # render pages to PNGs
fontproof proof MyFont.otf out.pdf              # proof font files directly (license required)
fontproof list-templates                        # list document templates
```

Every command maps onto the app's built-in CLI, so proofs render identically to the app. Useful for CI: proof your fonts on every commit.
