summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-28 21:08:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-28 21:08:40 +0000
commit20f75c419c7ec309a187ade1f49b0cb41dc6581c (patch)
tree9972b3577fef340060a0f3eb408e2c928cd9dcdc
parentd0f289c1b0ef92b817e3b5cd222e6881b89d6b92 (diff)
downloadnetpbm-mirror-20f75c419c7ec309a187ade1f49b0cb41dc6581c.tar.gz
netpbm-mirror-20f75c419c7ec309a187ade1f49b0cb41dc6581c.tar.xz
netpbm-mirror-20f75c419c7ec309a187ade1f49b0cb41dc6581c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3812 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pbmtext.html13
-rw-r--r--picttoppm.html6
2 files changed, 15 insertions, 4 deletions
diff --git a/pbmtext.html b/pbmtext.html
index 570b18cb..8c17dc98 100644
--- a/pbmtext.html
+++ b/pbmtext.html
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pbmtext User Manual</TITLE></HEAD>
 <BODY>
 <H1>pbmtext</H1>
-Updated: 06 May 2020
+Updated: 28 May 2020
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -20,6 +20,7 @@ pbmtext - render text into a PBM image
 [<B>-lspace</B> <I>pixels</I>]
 [<B>-nomargins</B>]
 [<B>-width</B> <i>pixels</i>]
+[<b>-load-entire-font</b>]
 [<b>-dry-run</b>]
 [<b>-text-dump</b>]
 [<I>text</I>]
@@ -172,6 +173,16 @@ the middle of a word and a line may begin or end with white space.
 have line breaks where they make sense, and <b>pbmtext</b> simply
 truncates each line as needed to fit the specified width.
 
+<dt><b>-load-entire-font</b>
+  <dd>When you use a BDF font, <b>pbmtext</b> will normally load from the font
+    only the characters needed for your text, not wasting time loading other
+    characters.  With this option, <b>pbmtext</b> will instead read the entire
+    font.  It won't make any difference in the rendered output, but it lets
+    you check the integrity of the font file.
+
+<p>This option was new in Netpbm 10.91 (June 2020).  Before that,
+<b>pbmtext</b> always reads the entire font.
+
 <dt><b>-dry-run</b>
 <dd>
 
diff --git a/picttoppm.html b/picttoppm.html
index 380e9fa7..793c414f 100644
--- a/picttoppm.html
+++ b/picttoppm.html
@@ -87,7 +87,7 @@ about.
 
 The PICT file format is a general drawing format.  <b>picttoppm</b>
 does not recognize all the drawing commands, but it does fully
-implement all image commands and mostly implement line, rectangle,
+implement all image commands and mostly implements line, rectangle,
 polygon and text drawing.  It is useful for converting scanned images
 and some drawing conversion.
 
@@ -111,7 +111,7 @@ font directory file with the <b>-fontdir</b> option.
 Macintosh.  You can find more font numbers and information about fonts
 in Macintosh documentation.
 
-<H3 id="fontdir">FONT DIR FILE FORMAT</H3>
+<H3 id="fontdir">Font Directory File Format</H3>
 
 <p>Each line in the file is either a comment or font information.  A
 comment begins with <b>#</b>.  The font information consists of 4
@@ -175,7 +175,7 @@ Copyright 1993 George Phillips
 <LI><A HREF="#synopsis">SYNOPSIS</A>
 <LI><A HREF="#description">DESCRIPTION</A>
 <LI><A HREF="#options">OPTIONS</A>
-<LI><A HREF="#limitations">BUGS</A>
+<LI><A HREF="#limitations">LIMITATIONS</A>
 <LI><A HREF="#fonts">FONTS</A>
 <LI><A HREF="#seealso">SEE ALSO</A>
 <LI><A HREF="#author">AUTHOR</A>