]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update the documentation:
authorVincent Hennebert <vhennebert@apache.org>
Thu, 21 Dec 2006 16:27:22 +0000 (16:27 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 21 Dec 2006 16:27:22 +0000 (16:27 +0000)
- StrokeSVGText no longer available in the new codebase
- PDF/X new feature
- a few typos

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_93@489396 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/0.93/graphics.xml
src/documentation/content/xdocs/0.93/output.xml
src/documentation/content/xdocs/0.93/upgrading.xml
src/documentation/content/xdocs/trunk/graphics.xml
src/documentation/content/xdocs/trunk/output.xml
src/documentation/content/xdocs/trunk/upgrading.xml

index 9f56f05262803b187d5fff3b87f8b843b2c594c5..beb86022362d4cd0b6c64e5edaa686ed1c8ff93c 100644 (file)
@@ -255,12 +255,6 @@ viewer does not normally draw those fine curves very well (turning on
 Smooth Line Art in the Acrobat preferences will fix this).
 If the text is inserted into the PDF using the inbuilt text commands
 for PDF it will use a single character.
-        </p>
-        <p>
-For PDF output, there is a <a href="configuration.html#svg-strokeSVGText">configuration option to force SVG text to be rendered as text</a>.
-The drawback to this approach is that it is effective only for available fonts (including embedded fonts).
-Font sizes are rounded to the next integer point size.
-This will be improved in the future.
         </p>
         <p>Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both.
 The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display).
index 117a49574108ab6bf747d9106ed8a90024d8d293..8c2c0213ed5d0864ad2b461963c6a9ce4dca4caa 100644 (file)
@@ -84,8 +84,9 @@ out = proc.getOutputStream();]]></source>
         compatible.
       </p>
       <p>
-        Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. 
-        <a href="pdfa.html">Support for PDF/A-1b</a> has recently been added, however.
+        Note that FOP does not currently support "tagged PDF" or PDF/A-1a. 
+        Support for <a href="pdfa.html">PDF/A-1b</a> and <a
+          href="pdfx.html">PDF/X</a> has recently been added, however.
       </p>
       <section id="pdf-fonts">
         <title>Fonts</title>
index f96b4a9e607e435546d8ecca7eaf36365cdb9035..91a270c7c4f8a85c5803e45277a38f8c38072f4c 100644 (file)
           or <code>instream-foreign-object</code>
           objects. If images or SVGs are sized differently in your outputs with the new FOP version
           check <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37136">Bug 37136</a>
-          as it contains some hints on what to. The file 
+          as it contains some hints on what to do. The file 
           <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/fo/basic/images.fo?view=markup">
           <code>"examples/fo/basic/images.fo"</code></a> has
-          a number of good examples that shows the new, more correct behaviour.
+          a number of good examples that show the new, more correct behaviour.
         </li>
         <li>
-          The <code>fox:outline</code> extension not implemented in this version anymore. 
+          The <code>fox:outline</code> extension is not implemented in this version anymore. 
           It has been superseded by the new bookmark elements from XSL-FO 1.1.
         </li>
         <li>
index 9f56f05262803b187d5fff3b87f8b843b2c594c5..beb86022362d4cd0b6c64e5edaa686ed1c8ff93c 100644 (file)
@@ -255,12 +255,6 @@ viewer does not normally draw those fine curves very well (turning on
 Smooth Line Art in the Acrobat preferences will fix this).
 If the text is inserted into the PDF using the inbuilt text commands
 for PDF it will use a single character.
-        </p>
-        <p>
-For PDF output, there is a <a href="configuration.html#svg-strokeSVGText">configuration option to force SVG text to be rendered as text</a>.
-The drawback to this approach is that it is effective only for available fonts (including embedded fonts).
-Font sizes are rounded to the next integer point size.
-This will be improved in the future.
         </p>
         <p>Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both.
 The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display).
index 117a49574108ab6bf747d9106ed8a90024d8d293..8c2c0213ed5d0864ad2b461963c6a9ce4dca4caa 100644 (file)
@@ -84,8 +84,9 @@ out = proc.getOutputStream();]]></source>
         compatible.
       </p>
       <p>
-        Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. 
-        <a href="pdfa.html">Support for PDF/A-1b</a> has recently been added, however.
+        Note that FOP does not currently support "tagged PDF" or PDF/A-1a. 
+        Support for <a href="pdfa.html">PDF/A-1b</a> and <a
+          href="pdfx.html">PDF/X</a> has recently been added, however.
       </p>
       <section id="pdf-fonts">
         <title>Fonts</title>
index 4772fcb4cd0c95d0ee8b33c23e69bd8e69531b9e..7235f43747202f508814ef8e1f96439fae6b836d 100644 (file)
           or <code>instream-foreign-object</code>
           objects. If images or SVGs are sized differently in your outputs with the new FOP version
           check <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37136">Bug 37136</a>
-          as it contains some hints on what to. The file 
+          as it contains some hints on what to do. The file 
           <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/examples/fo/basic/images.fo?view=markup">
           <code>"examples/fo/basic/images.fo"</code></a> has
-          a number of good examples that shows the new, more correct behaviour.
+          a number of good examples that show the new, more correct behaviour.
         </li>
         <li>
-          The <code>fox:outline</code> extension not implemented in this version anymore. 
+          The <code>fox:outline</code> extension is not implemented in this version anymore. 
           It has been superseded by the new bookmark elements from XSL-FO 1.1.
         </li>
         <li>