diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-02-23 13:38:48 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-02-23 13:38:48 +0000 |
commit | 35bce6e9b424663bddca283dcea9d72f6bbec0f7 (patch) | |
tree | 963afd9dbf2e9e6cb67479e31a917e1f3b852f2f /src/documentation | |
parent | 96d9ae1c7cf3b0831dda48869f1414328ed6d875 (diff) | |
download | xmlgraphics-fop-35bce6e9b424663bddca283dcea9d72f6bbec0f7.tar.gz xmlgraphics-fop-35bce6e9b424663bddca283dcea9d72f6bbec0f7.zip |
Tied RendererFactory.setRendererPreferred(boolean) setting into the FOP configuration (incl. documentation).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@747015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index 08463b9b9..7fc0d97d9 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -152,6 +152,18 @@ <td>"height" 11 inches, "width" 8.26 inches</td> </tr> <tr> + <td>prefer-renderer</td> + <td>boolean (true, false)</td> + <td> + By default, FOP prefers the newer output implementations based on the + <code>IFDocumentHandler</code> interface. If no such implementation can be found for + a given MIME type, it looks for an implementation of the <code>Renderer</code> interface. + If necessary, you can invert the lookup order to prefer the Renderer variant over the + IFDocumentHandler variant by setting this value to true. + </td> + <td>false</td> + </tr> + <tr> <td>use-cache</td> <td>boolean (true, false)</td> <td>All fonts information that has been gathered as a result of "directory" |