# vttLib **Repository Path**: XZ1120/vttLib ## Basic Information - **Project Name**: vttLib - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/daltonmaag/vttLib.svg?branch=master)](https://travis-ci.org/daltonmaag/vttLib) # vttLib A library to 1. Extract VTT hinting data from a OpenType font prepared with [Microsoft Visual TrueType (VTT)](https://docs.microsoft.com/en-us/typography/tools/vtt/) and store it in a [FontTools](https://github.com/fonttools/fonttools/) TTX dump 2. Merge it back from a TTX dump into an OpenType font and 3. Compile the data inside to font to ship it (turn `TSI*` tables into `fpgm`, etc.). The primary use case is version control of hinting data of fonts. ## Installation and Usage This package is not yet on PyPI, because... uh... ```bash $ pip install git+https://github.com/daltonmaag/vttLib.git $ python -m vttLib --help ``` # Making a Release This is currently not automated. 1. Tag a new version 2. `python3 setup.py bdist_wheel` 3. Manually transfer `dist/*.whl` to internal package repository.