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 je...@apache.org on 2006/06/09 10:12:28 UTC

svn commit: r412972 - in /xmlgraphics/fop/trunk: src/documentation/content/xdocs/trunk/output.xml status.xml

Author: jeremias
Date: Fri Jun  9 01:12:27 2006
New Revision: 412972

URL: http://svn.apache.org/viewvc?rev=412972&view=rev
Log:
Documentation update for Java2DRenderer and descendants.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
    xmlgraphics/fop/trunk/status.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?rev=412972&r1=412971&r2=412972&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Fri Jun  9 01:12:27 2006
@@ -233,7 +233,10 @@
 </section>
 <section id="awt">
   <title>Java2D/AWT</title>
-    <warning>The Java2D/AWT, Print and Bitmap renderers may not yet fully work as expected. There are some known bugs and missing features.</warning>
+    <p>
+      The Java2DRenderer provides the basic functionality for all 
+      Java2D-based output formats (AWT viewer, direct print, PNG, TIFF).
+    </p>
     <p>
       The AWT viewer shows a window with the pages displayed inside a
       Java graphic. It displays one page at a time.
@@ -258,8 +261,8 @@
   <p>
     Currently, two output formats are supported: PNG and TIFF. TIFF produces
     one file with multiple pages, while PNG output produces one file per
-    page. The quality of the bitmap depends on the resolution setting on the
-    FOUserAgent.
+    page. The quality of the bitmap depends on the target resolution setting 
+    on the FOUserAgent.
   </p>
 </section>
 <section id="txt">

Modified: xmlgraphics/fop/trunk/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=412972&r1=412971&r2=412972&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Fri Jun  9 01:12:27 2006
@@ -27,6 +27,12 @@
 
   <changes>
     <release version="FOP Trunk">
+      <action context="Code" dev="JM" type="update">
+        The Java2DRenderer (and therefore the print and bitmap renderers) is now
+        offering the same quality as the PDF and PS renderers. Note: There can still
+        be little differences between PDF and Print/PNG/TIFF because the latter uses
+        a different font metrics source.
+      </action>
       <action context="Code" dev="AD" type="fix" fixes-bug="39712">
         Bugfix: components of the border-separation property weren't set when
         in shorthand-mode, leading to a NPE being thrown.



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