Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-02 00:19:10 +00:00
parent 2be0d1874d
commit 6c2bf9ee1e
134 changed files with 253 additions and 253 deletions

View File

@@ -20,9 +20,9 @@ World!}}" | pbmtext > {{path/to/output.pbm}}`
- Render text using a custom font supplied as a PBM file:
`pbmtext -font {{path/to/font.pbm}} "{{Hello World!}}" > {{path/to/output.pbm}}`
`pbmtext {{[-f|-font]}} {{path/to/font.pbm}} "{{Hello World!}}" > {{path/to/output.pbm}}`
- Specify the number of pixels between characters and lines:
`echo "{{Hello
World!}}" | pbmtext -space {{3}} -lspace {{10}} > {{path/to/output.pbm}}`
World!}}" | pbmtext {{[-s|-space]}} {{3}} {{[-ls|-lspace]}} {{10}} > {{path/to/output.pbm}}`