Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-07 00:20:52 +00:00
parent b8f18a7a83
commit 15906413e1
13 changed files with 67 additions and 22 deletions

17
tldr/linux/fonttools Normal file
View File

@@ -0,0 +1,17 @@
---
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`