mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 21:55:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user