diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2019-08-02 14:03:15 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2019-12-25 13:20:57 +0100 |
commit | bdcb892975de167b3d4258859234f0abe375f236 (patch) | |
tree | 56916f5051fad01f63fab8f2a403b8cc0b8422ef /man | |
parent | 0006f577898129c0c5d5e0996026641605705e08 (diff) |
Accept a BDF font on stdin
This makes it easier to transition from bdftopcf.
Although an OTB file could include fonts from multiple BDF sources, that
functionality is not currently implemented for fonts read from stdin.
Signed-off-by: Jouke Witteveen <j.witteveen@gmail.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/fonttosfnt.man | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/fonttosfnt.man b/man/fonttosfnt.man index 6b1fd71..473b87c 100644 --- a/man/fonttosfnt.man +++ b/man/fonttosfnt.man @@ -11,11 +11,13 @@ fonttosfnt \- Wrap a bitmap font in a sfnt (OpenType) wrapper .I file.otb [ .B \-\- -] -.IR font ... +] [ +.IR font +] ... .SH DESCRIPTION Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper. +If no font is specified, a BDF font is read from standard input (stdin). .SH OPTIONS .TP .B \-v |