Options (3)
-fbooleanRender text using a custom font supplied as a PBM file
Example:
pbmtext {{[-f|-font]}} {{path/to/font.pbm}} "{{Hello World!}}" > {{path/to/output.pbm}}-sbooleanSpecify the number of pixels between characters and lines
Example:
echo "{{Hello\nWorld!}}" | pbmtext {{[-s|-space]}} {{3}} {{[-ls|-lspace]}} {{10}} > {{path/to/output.pbm}}booleanSpecify the number of pixels between characters and lines
Example:
echo "{{Hello\nWorld!}}" | pbmtext {{[-s|-space]}} {{3}} {{[-ls|-lspace]}} {{10}} > {{path/to/output.pbm}}made by @shridhargupta | data from tldr-pages