Files
cheatsheet-tldr/tldr/linux/fonttools
2025-09-07 00:20:52 +00:00

18 lines
363 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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-007F`
- Display help:
`fonttools --help`