7854ec5493
(only in the lines that were added or modified already) ok pvalchev@
57 lines
956 B
Plaintext
57 lines
956 B
Plaintext
$OpenBSD: patch-figlet,v 1.3 2003/03/28 22:39:10 david Exp $
|
|
--- figlet.6.orig Sat Jul 13 10:57:21 2002
|
|
+++ figlet.6 Tue Aug 27 00:02:24 2002
|
|
@@ -54,7 +54,27 @@ FIGlet \- display large characters made
|
|
[
|
|
.I message
|
|
]
|
|
-
|
|
+.LP
|
|
+.B chkfont
|
|
+.I fontfile
|
|
+[
|
|
+.I ...
|
|
+]
|
|
+.LP
|
|
+.B figlist
|
|
+[
|
|
+.B \-d
|
|
+.I font_directory
|
|
+]
|
|
+.LP
|
|
+.B showfigfonts
|
|
+[
|
|
+.B \-d
|
|
+.I font_directory
|
|
+]
|
|
+[
|
|
+sample_word
|
|
+]
|
|
.SH DESCRIPTION
|
|
.B FIGlet
|
|
prints its input using large characters
|
|
@@ -98,6 +118,23 @@ fonts and control files
|
|
in compressed form.
|
|
See
|
|
.BR "COMPRESSED FONTS" .
|
|
+
|
|
+.B chkfont
|
|
+checks
|
|
+.B FIGlet
|
|
+fonts for formatting errors.
|
|
+.B chkfont
|
|
+is useful for those wishing to design or edit their own fonts.
|
|
+
|
|
+.B figlist
|
|
+lists all the available fonts and control files.
|
|
+
|
|
+.B showfigfonts
|
|
+displays a sample of each available font in
|
|
+.I font_directory
|
|
+using the name of the font as the sample text, unless
|
|
+.I sample_word
|
|
+is specified.
|
|
|
|
.SH USAGE
|
|
Just start up
|