diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-01-18 15:25:26 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-01-18 15:25:26 +0000 |
commit | 43a55cf8498e0f8400e3eeadcadce52d5765c2c2 (patch) | |
tree | d8dd88e12dacc02705bc708d3fd030e732b181aa /src/documentation | |
parent | a23b9d1f4c0f92ba321c8a9f278f614025b56b4b (diff) | |
download | xmlgraphics-fop-43a55cf8498e0f8400e3eeadcadce52d5765c2c2.tar.gz xmlgraphics-fop-43a55cf8498e0f8400e3eeadcadce52d5765c2c2.zip |
Copy/Paste problem with TTF has long been fixed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@613185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/0.93/fonts.xml | 13 | ||||
-rw-r--r-- | src/documentation/content/xdocs/0.94/fonts.xml | 13 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/fonts.xml | 13 |
3 files changed, 3 insertions, 36 deletions
diff --git a/src/documentation/content/xdocs/0.93/fonts.xml b/src/documentation/content/xdocs/0.93/fonts.xml index ca6209c6d..53d4bd97f 100644 --- a/src/documentation/content/xdocs/0.93/fonts.xml +++ b/src/documentation/content/xdocs/0.93/fonts.xml @@ -201,17 +201,6 @@ Please note that this information only applies to TrueType fonts and TrueType co <td>Limited only by the characters in the font itself.</td> </tr> <tr> - <td>Character Encoding in the Output Document.</td> - <td>Correct.</td> - <td>Never correct. Search, index, and cut-and-paste operations in the output document -will produce incorrect results.</td> - </tr> - <tr> - <td>Character Display</td> - <td>Correct.</td> - <td>Correct, but copy/paste won't work in Acrobat Reader. (FOP currently doesn't emit the /ToUnicode table which is necessary for copy/paste to work.)</td> - </tr> - <tr> <td>Embedding the Font</td> <td>Optional.</td> <td>Mandatory. Not embedding the font produces invalid PDF documents.</td> @@ -219,7 +208,7 @@ will produce incorrect results.</td> </table> <warning> You may experience failures with certain TrueType fonts, especially if they don't contain - the so-called "cmap" table. TTFReader can currently not deal with font like this. + the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this. </warning> </section> <section id="truetype-collections-metrics"> diff --git a/src/documentation/content/xdocs/0.94/fonts.xml b/src/documentation/content/xdocs/0.94/fonts.xml index 2eeaf095a..1f1c66b31 100644 --- a/src/documentation/content/xdocs/0.94/fonts.xml +++ b/src/documentation/content/xdocs/0.94/fonts.xml @@ -201,17 +201,6 @@ Please note that this information only applies to TrueType fonts and TrueType co <td>Limited only by the characters in the font itself.</td> </tr> <tr> - <td>Character Encoding in the Output Document.</td> - <td>Correct.</td> - <td>Never correct. Search, index, and cut-and-paste operations in the output document -will produce incorrect results.</td> - </tr> - <tr> - <td>Character Display</td> - <td>Correct.</td> - <td>Correct, but copy/paste won't work in Acrobat Reader. (FOP currently doesn't emit the /ToUnicode table which is necessary for copy/paste to work.)</td> - </tr> - <tr> <td>Embedding the Font</td> <td>Optional.</td> <td>Mandatory. Not embedding the font produces invalid PDF documents.</td> @@ -219,7 +208,7 @@ will produce incorrect results.</td> </table> <warning> You may experience failures with certain TrueType fonts, especially if they don't contain - the so-called "cmap" table. TTFReader can currently not deal with font like this. + the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this. </warning> </section> <section id="truetype-collections-metrics"> diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index 7d90f757e..e12527fe3 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -227,17 +227,6 @@ Please note that this information only applies to TrueType fonts and TrueType co <td>Limited only by the characters in the font itself.</td> </tr> <tr> - <td>Character Encoding in the Output Document.</td> - <td>Correct.</td> - <td>Never correct. Search, index, and cut-and-paste operations in the output document -will produce incorrect results.</td> - </tr> - <tr> - <td>Character Display</td> - <td>Correct.</td> - <td>Correct, but copy/paste won't work in Acrobat Reader. (FOP currently doesn't emit the /ToUnicode table which is necessary for copy/paste to work.)</td> - </tr> - <tr> <td>Embedding the Font</td> <td>Optional.</td> <td>Mandatory. Not embedding the font produces invalid PDF documents.</td> @@ -245,7 +234,7 @@ will produce incorrect results.</td> </table> <warning> You may experience failures with certain TrueType fonts, especially if they don't contain - the so-called "cmap" table. TTFReader can currently not deal with font like this. + the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this. </warning> </section> <section id="truetype-collections-metrics"> |