[gs-commits] rev 10884 - trunk/gs/doc
hintak at ghostscript.com
hintak at ghostscript.com
Mon Mar 8 21:57:05 UTC 2010
Author: hintak
Date: 2010-03-08 21:57:05 +0000 (Mon, 08 Mar 2010)
New Revision: 10884
Modified:
trunk/gs/doc/Use.htm
Log:
updating documentation to mention how to run mkcidfm.ps manually; bug 688437
Modified: trunk/gs/doc/Use.htm
===================================================================
--- trunk/gs/doc/Use.htm 2010-03-08 21:54:37 UTC (rev 10883)
+++ trunk/gs/doc/Use.htm 2010-03-08 21:57:05 UTC (rev 10884)
@@ -1315,6 +1315,15 @@
/STHeiti-Regular /SimHei ;<br>
</code></blockquote>
+<p>The win32 installer of recent version of ghostscript has a checkbox for
+"Use Windows TrueType fonts for Chinese, Japanese and Korean" to optionally update
+lib/cidfmap with the common CJK fonts provided by Microsoft products. The script
+can also be run separately (e.g. against a network drive with windows CJK fonts):
+
+<blockquote><code>
+gswin32c -q -dBATCH -sFONTDIR=c:/windows/fonts -sCIDFMAP=lib/cidfmap lib/mkcidfm.ps
+</code></blockquote>
+
<p>
Note that the font file path uses Postscript syntax.
Because of this, backslashes in the paths must be
More information about the gs-commits
mailing list