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 | 3668787249068ddb09cd0c7a8868f2645a2df346 (patch) | |
tree | 8a5d063025282429514a141d98c2a073f1a455a9 /bin/man | |
parent | Add box drawing glyphs to sans6x10 (diff) | |
download | src-3668787249068ddb09cd0c7a8868f2645a2df346.tar.gz src-3668787249068ddb09cd0c7a8868f2645a2df346.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 , |