ttfautohint

Automatically hints TrueType fonts for improved rendering quality

brewmacoslinux
Try with needOr install directly
Source

About

Auto-hinter for TrueType fonts

Commands

ttfautohint

Examples

Auto-hint a TrueType font with default settings$ ttfautohint input.ttf output.ttf
Auto-hint with specific point size and x-height adjustment$ ttfautohint --hinting-range-min 8 --hinting-range-max 50 input.ttf output.ttf
Auto-hint with fallback script and verbose output$ ttfautohint --fallback-script latn --verbose input.ttf output.ttf