You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2020/05/27 09:25:57 UTC

svn commit: r1878157 - /xmlgraphics/site/trunk/content/fop/trunk/output.mdtext

Author: ssteiner
Date: Wed May 27 09:25:56 2020
New Revision: 1878157

URL: http://svn.apache.org/viewvc?rev=1878157&view=rev
Log:
Add PCL docs

Modified:
    xmlgraphics/site/trunk/content/fop/trunk/output.mdtext

Modified: xmlgraphics/site/trunk/content/fop/trunk/output.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/output.mdtext?rev=1878157&r1=1878156&r2=1878157&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/output.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/output.mdtext Wed May 27 09:25:56 2020
@@ -264,12 +264,15 @@ The PCL renderer configuration currently
 
     :::xml
     <renderer mime="application/x-pcl">
+      <optimize-resources>false</optimize-resources>
       <rendering>quality</rendering>
       <text-rendering>bitmap</text-rendering>
       <disable-pjl>false</disable-pjl>
       <images mode="color"/>
     </renderer>
 
+The default value for the "optimize-resources" setting is "false". Setting it to "true" will produce the PCL file via a temporary buffer. This will correct font output from IF input but can potentially increase the memory needed in the interpreter to process.
+
 The default value for the "rendering" setting is "speed" which causes borders to be painted as plain rectangles. In this mode, no special borders (dotted, dashed etc.) are available. If you want support for all border modes, set the value to "quality" as indicated above. This will cause the borders to be painted as bitmaps.
 
 The default value for the "text-rendering" setting is "auto" which paints the base fonts using PCL fonts. Non-base fonts are painted as bitmaps through Java2D. If the mix of painting methods results in unwelcome output, you can set this to "bitmap" which causes all text to be rendered as bitmaps.



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