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.
This package is not yet on PyPI, because... uh...
$ pip install git+https://github.com/daltonmaag/vttLib.git
$ 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.