summary refs log tree commit diff
path: root/bin/man/psf2png.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-29 17:19:17 -0400
committerJune McEnroe <june@causal.agency>2018-09-29 17:19:17 -0400
commita36443af9e8c505c036c56ee5df1dc32f5cf3e9d (patch)
tree319297c6fb240d95a2746b7b40045fda6654a951 /bin/man/psf2png.1
parentAdd box drawing glyphs to sans6x10 (diff)
downloadsrc-a36443af9e8c505c036c56ee5df1dc32f5cf3e9d.tar.gz
src-a36443af9e8c505c036c56ee5df1dc32f5cf3e9d.zip
Add -c and -s to psf2png
Diffstat (limited to 'bin/man/psf2png.1')
-rw-r--r--bin/man/psf2png.117
1 files changed, 16 insertions, 1 deletions
diff --git a/bin/man/psf2png.1 b/bin/man/psf2png.1
index 3450dce8..bbabd484 100644
--- a/bin/man/psf2png.1
+++ b/bin/man/psf2png.1
@@ -8,6 +8,8 @@
 .
 .Sh SYNOPSIS
 .Nm
+.Op Fl c Ar cols
+.Op Fl s Ar str
 .Op Ar file
 .
 .Sh DESCRIPTION
@@ -17,7 +19,20 @@ renders the PSF2 font
 or standard input
 to PNG
 on standard output.
-The glyphs are arranged in 32 columns.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl c Ar cols
+Arrange glyphs in
+.Ar cols
+columns.
+The default number of columns is 32.
+.It Fl s Ar str
+Render glyphs for string
+.Ar str
+rather than all glyphs.
+.El
 .
 .Sh SEE ALSO
 .Xr pngo 1 ,