mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 14:01:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the font and font size:
|
||||
|
||||
`pbmtextps -font {{Times-Roman}} -fontsize {{30}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
`pbmtextps -font {{Times-Roman}} -fontsize {{30}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
|
||||
- Specify the desired left and top margins:
|
||||
|
||||
`pbmtextps -leftmargin {{70}} -topmargin {{162}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
`pbmtextps -leftmargin {{70}} -topmargin {{162}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
|
||||
- Do not output the rendered text as a PBM image, but a PostScript program that would create this image:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user