A library to
- Extract VTT hinting data from a OpenType font prepared with Microsoft Visual TrueType (VTT) and store it in a FontTools TTX dump
- Merge it back from a TTX dump into an OpenType font and
- Compile the data inside to font to ship it (turn
TSI*
tables intofpgm
, etc.).
The primary use case is version control of hinting data of fonts.
Installation requires a Python 3.7+ interpreter.
Install in a virtual environment with:
$ pip install vttLib
$ python -m vttLib --help
This is currently not automated.
- Tag a new version
python3 setup.py bdist_wheel
- Manually transfer
dist/*.whl
to internal package repository.