An open API service indexing awesome lists of open source software.

https://github.com/source-foundry/font-ttfa

A command line TTFA table reporting tool for fonts hinted with ttfautohint
https://github.com/source-foundry/font-ttfa

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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](http://www.freetype.org/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](https://github.com/source-foundry/font-ttfa/tarball/master), 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](https://github.com/source-foundry/font-ttfa/blob/master/docs/LICENSE).