source-foundry / font-ttfa

A command line TTFA table reporting tool for fonts hinted with ttfautohint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

font-ttfa

What is font-ttfa?

font-ttfa is a command line executable that provides a standard output stream report of font hinting settings from the TTFA table of fonts that were hinted with ttfautohint. It is built with the fantastic FontTools library.

Install

Install with pip using the command:

$ pip install font-ttfa

or download the source repository, unpack it, and navigate to the top level of the repository. Then enter:

$ python setup.py install

Usage

$ font-ttfa [font path 1] [font path 2] [...font path x]

License

font-ttfa is licensed under the MIT license. The full text of the license is available here.

About

A command line TTFA table reporting tool for fonts hinted with ttfautohint


Languages

Language:Python 100.0%