snippetbashTip
fonttools — Manipulate fonts in Python. More information: <https://fonttools.readthedocs.io/en/latest/>.
Viewed 0 times
commandfonttoolsfontspythonmanipulatecliinformationmore
linux
Problem
How to use the
fonttools command: Manipulate fonts in Python. More information: <https://fonttools.readthedocs.io/en/latest/>.Solution
fonttools — Manipulate fonts in Python. More information: <https://fonttools.readthedocs.io/en/latest/>.Subset a TTF font file to the Basic Latin Unicode block:
fonttools subset {{path/to/font.ttf}} --unicodes=U+0000-007FDisplay help:
fonttools --helpCode Snippets
Subset a TTF font file to the Basic Latin Unicode block
fonttools subset {{path/to/font.ttf}} --unicodes=U+0000-007FDisplay help
fonttools --helpContext
tldr-pages: linux/fonttools
Revisions (0)
No revisions yet.