You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2006/12/21 17:27:23 UTC

svn commit: r489396 - in /xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs: 0.93/graphics.xml 0.93/output.xml 0.93/upgrading.xml trunk/graphics.xml trunk/output.xml trunk/upgrading.xml

Author: vhennebert
Date: Thu Dec 21 08:27:22 2006
New Revision: 489396

URL: http://svn.apache.org/viewvc?view=rev&rev=489396
Log:
Update the documentation:
- StrokeSVGText no longer available in the new codebase
- PDF/X new feature
- a few typos

Modified:
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/graphics.xml
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/output.xml
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/upgrading.xml
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/graphics.xml
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/output.xml
    xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/upgrading.xml

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/graphics.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/graphics.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/graphics.xml Thu Dec 21 08:27:22 2006
@@ -256,12 +256,6 @@
 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).
 This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.</p>

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/output.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/output.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/output.xml Thu Dec 21 08:27:22 2006
@@ -84,8 +84,9 @@
         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>

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/upgrading.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/upgrading.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/0.93/upgrading.xml Thu Dec 21 08:27:22 2006
@@ -103,13 +103,13 @@
           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>

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/graphics.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/graphics.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/graphics.xml Thu Dec 21 08:27:22 2006
@@ -256,12 +256,6 @@
 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).
 This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.</p>

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/output.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/output.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/output.xml Thu Dec 21 08:27:22 2006
@@ -84,8 +84,9 @@
         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>

Modified: xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/upgrading.xml?view=diff&rev=489396&r1=489395&r2=489396
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/upgrading.xml (original)
+++ xmlgraphics/fop/branches/fop-0_93/src/documentation/content/xdocs/trunk/upgrading.xml Thu Dec 21 08:27:22 2006
@@ -106,13 +106,13 @@
           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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org