ttfautohint
Automatic font hinter
Install
- All systems
-
curl cmd.cat/ttfautohint.sh
- Debian
-
apt-get install ttfautohint
- Ubuntu
-
apt-get install ttfautohint
- Kali Linux
-
apt-get install ttfautohint
- Fedora
-
dnf install ttfautohint
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ttfautohint
- OS X
-
brew install ttfautohint
- Raspbian
-
apt-get install ttfautohint
- Dockerfile
- dockerfile.run/ttfautohint
ttfautohint
Automatic font hinter
This project provides a library which takes a TrueType font as the input, removes its bytecode instructions (if any), and returns a new font where all glyphs are bytecode hinted using the information given by FreeType's autohinting module. The idea is to provide the excellent quality of the autohinter on platforms which don't use FreeType. This includes a cli and a gui version of the tool.