summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-07-21 18:59:35 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-07-21 18:59:35 +0000
commitf9877e6d6f3d775fec842760475415797e2d2188 (patch)
tree7dd6e61c600407fe1800388fa59b7a0c41008523
parenta40b2193126fbdba69128b258ec1f2ce13165017 (diff)
downloadnetpbm-mirror-f9877e6d6f3d775fec842760475415797e2d2188.tar.gz
netpbm-mirror-f9877e6d6f3d775fec842760475415797e2d2188.tar.xz
netpbm-mirror-f9877e6d6f3d775fec842760475415797e2d2188.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4367 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pbmtextps.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/pbmtextps.html b/pbmtextps.html
index f64124a7..908f6f77 100644
--- a/pbmtextps.html
+++ b/pbmtextps.html
@@ -2,7 +2,7 @@
 <html><head><title>Pbmtextps User Manual</title></head>
 <body>
 <h1>pbmtextps</h1>
-Updated: 04 June 2022
+Updated: 21 July 2022
 <br>
 <a href="#index">Table Of Contents</a>
 
@@ -157,10 +157,18 @@ command line options:
 <dt><b>-font=</b><i>fontname</i>
 <dd>
 <p>This specifies the font to use.  <i>fontname</i> is the name of any valid
-postscript font which is installed on the system.
+Postscript font which is installed on the system.
 
 <p>The default is <b>TimesRoman</b>.
 
+<p>Here is a way to get a list of the names of all the available fonts:
+
+<pre>
+<kbd>
+        $ gs -c &apos;(*) {==} 256 string /Font resourceforall&apos;
+</kbd>
+</pre>
+  
 <p><strong>Warning:</strong> if <i>fontname</i> does not name a valid font,
 <b>pbmtextps</b> just uses the default font.  It does not tell you it is doing
 this.