[gs-cvs] gs/doc
L. Peter Deutsch
lpd at casper.ghostscript.com
Mon Apr 8 14:02:46 PDT 2002
Update of /cvs/ghostscript/gs/doc
In directory casper:/tmp/cvs-serv24143/doc
Modified Files:
Develop.htm
Log Message:
Changes gs_cmap_t (internal representation of CMaps) to an abstract
superclass with multiple implementations: standard Adobe CMapType 1,
TrueType 16-bit cmap (Platform 3, Encoding 1, Format 4), and one-for-one.
Adds the ability to designate a CMap as Unicode-based. Enhances pdfwrite so
that composite fonts (including those based on TrueType Unicode fonts) with
Unicode-based CMaps are embedded in the PDF file with the original text
preserved and with an appropriate ToUnicode CMap, making the text searchable
in Acrobat.
Index: Develop.htm
===================================================================
RCS file: /cvs/ghostscript/gs/doc/Develop.htm,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Develop.htm 3 Apr 2002 06:56:07 -0000 1.71
+++ Develop.htm 8 Apr 2002 21:02:44 -0000 1.72
@@ -743,13 +743,18 @@
Fonts, specific FontTypes:
<dd>
<a href="../src/gsfcid.c">src/gsfcid.c</a>,
+<a href="../src/gsfcid2.c">src/gsfcid.c</a>,
<a href="../src/gsfcmap.c">src/gsfcmap.c</a>,
+<a href="../src/gsfcmap1.c">src/gsfcmap1.c</a>,
<a href="../src/gsfcmap.h">src/gsfcmap.h</a>,
<a href="../src/gsfont0.c">src/gsfont0.c</a>,
+<a href="../src/gsfont0c.c">src/gsfont0.c</a>,
<a href="../src/gxcid.h">src/gxcid.h</a>,
<a href="../src/gxfcid.h">src/gxfcid.h</a>,
<a href="../src/gxfcmap.h">src/gxfcmap.h</a>,
+<a href="../src/gxfcmap1.h">src/gxfcmap1.h</a>,
<a href="../src/gxfont0.h">src/gxfont0.h</a>,
+<a href="../src/gxfont0c.h">src/gxfont0c.h</a>,
<a href="../src/gxfont1.h">src/gxfont1.h</a>,
<a href="../src/gxfont42.h">src/gxfont42.h</a>,
<a href="../src/gxftype.h">src/gxftype.h</a>,
@@ -2270,6 +2275,7 @@
<a href="../src/zcharout.c">src/zcharout.c</a>,
<a href="../src/zcharx.c">src/zcharx.c</a>,
<a href="../src/zcid.c">src/zcid.c</a>,
+<a href="../src/zcid.c">src/zcidtest.c</a>,
<a href="../src/zfcid.c">src/zfcid.c</a>,
<a href="../src/zfcid0.c">src/zfcid0.c</a>,
<a href="../src/zfcid1.c">src/zfcid1.c</a>,
More information about the gs-cvs
mailing list