ttfautohintGUI

Automatic font hinter

Install

All systems
curl cmd.cat/ttfautohintGUI.sh
Debian Debian
apt-get install ttfautohint
Ubuntu
apt-get install ttfautohint
image/svg+xml Kali Linux
apt-get install ttfautohint
Fedora
dnf install ttfautohint-gui
Windows (WSL2)
sudo apt-get update sudo apt-get install ttfautohint
OS X
brew install ttfautohint
Raspbian
apt-get install 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.

ttfautohint-gui

GUI for ttfautohint based on Qt4