mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 01:00:29 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/fonttools
Normal file
17
tldr/linux/fonttools
Normal 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`
|
||||
Reference in New Issue
Block a user