diff options
author | June McEnroe <june@causal.agency> | 2018-09-29 17:19:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-29 17:19:17 -0400 |
commit | a36443af9e8c505c036c56ee5df1dc32f5cf3e9d (patch) | |
tree | 319297c6fb240d95a2746b7b40045fda6654a951 /bin/man/psf2png.1 | |
parent | Add box drawing glyphs to sans6x10 (diff) | |
download | src-a36443af9e8c505c036c56ee5df1dc32f5cf3e9d.tar.gz src-a36443af9e8c505c036c56ee5df1dc32f5cf3e9d.zip |
Add -c and -s to psf2png
Diffstat (limited to '')
-rw-r--r-- | bin/man/psf2png.1 | 17 |
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 , |