summary refs log tree commit diff
path: root/pbmtext.html
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 /pbmtext.html
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
Diffstat (limited to 'pbmtext.html')
-rw-r--r--pbmtext.html13
1 files changed, 12 insertions, 1 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>