commands.sh

fonttools

linux

Manipulate fonts in Python.

More info →

Examples (2)

Subset a TTF font file to the Basic Latin Unicode block

fonttools subset path/to/font.ttf --unicodes=U+0000-007F

Display help

fonttools --help
made by @shridhargupta | data from tldr-pages