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
- Host: GitHub
- URL: https://github.com/source-foundry/font-ttfa
- Owner: source-foundry
- Created: 2015-10-03T04:26:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T21:53:31.000Z (over 5 years ago)
- Last Synced: 2025-04-15T02:05:42.933Z (11 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).