summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-11-17 16:18:13 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-11-25 10:04:44 +0000
commit744ecb4a216066498bfe39cbc8155b606f3a7419 (patch)
tree175a08e180def4b626d95ca1f2696a0372b2dca6 /doc
parent2c7ababf516ef9d398642fbfe8fa79107fd360b5 (diff)
downloadghostpdl-744ecb4a216066498bfe39cbc8155b606f3a7419.tar.gz
Doc: Remove comments and examples using getenv in cidfmap
pdfi cannot support Postscript operators in Fontmap and cidfmap
Diffstat (limited to 'doc')
-rw-r--r--doc/Use.htm9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/Use.htm b/doc/Use.htm
index 9b2607a9f..1fde48721 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -1497,13 +1497,6 @@ entries is not important).</p>
<p>The trailing semicolon and the space before it are both required.</p>
-<h4>NOTE: Environment Variables</h4>
-<p>It is also possible to influence the path using standard, or your own environment variables, using
-the custom Postscript operator <code>getenv</code>. Said operator takes a string parameter on the stack
-which is the environment variable to interrogate, and returns either a string, containing the value of
-the environment variable, and boolean <code>true</code> to indicate success, or just a boolean
-<code>false</code> to indicate failure. See below for an example of its use.</p>
-
<p>
Examples :</p>
@@ -1517,8 +1510,6 @@ Examples :</p>
/Gulim &lt;&lt; /FileType /TrueType /Path (C:/WINDOWS/fonts/gulim.ttc) /SubfontID 0 /CSI [(Korea1) 3] &gt;&gt; ;<br>
/Dotum &lt;&lt; /FileType /TrueType /Path (C:/WINDOWS/fonts/gulim.ttc) /SubfontID 2 /CSI [(Korea1) 3] &gt;&gt; ;<br>
<br>
-<h5>Format 2 & environment variable:</h5>
-/SimHei &lt;&lt; /FileType /TrueType /Path (windir) getenv not {(c:/windows)}if (/fonts/simhei.ttf) concatstrings /SubfontID 0 /CSI [(GB1) 2] &gt;&gt; ;<br>
<h5>Format 1 & 2</h5>
/SimSun &lt;&lt; /FileType /TrueType /Path (C:/WINDOWS/fonts/simsun.ttc) /SubfontID 0 /CSI [(GB1) 2] &gt;&gt; ;<br>
/SimHei &lt;&lt; /FileType /TrueType /Path (C:/WINDOWS/fonts/simhei.ttf) /SubfontID 0 /CSI [(GB1) 2] &gt;&gt; ;<br>