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 2023/01/20 12:50:34 UTC

[xmlgraphics-website] branch master updated: Add missing docs

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 34765a03 Add missing docs
34765a03 is described below

commit 34765a03d720408f65a59237d8b6b8007e60fdc1
Author: ssteiner <ss...@apache.org>
AuthorDate: Fri Jan 20 12:50:12 2023 +0000

    Add missing docs
---
 content/fop/trunk/configuration.mdtext | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/fop/trunk/configuration.mdtext b/content/fop/trunk/configuration.mdtext
index fce910a8..eba7f91b 100644
--- a/content/fop/trunk/configuration.mdtext
+++ b/content/fop/trunk/configuration.mdtext
@@ -35,6 +35,7 @@ See [Setting the Configuration Programmatically](embedding.html#config-internal)
 | break-indent-inheritance | Boolean (true, false) | Setting this option to 'true' causes FOP to use an alternative rule set to determine text indents specified through margins, start-indent and end-indent. Many commercial FO implementations have chosen to break the XSL specification in this aspect. This option tries to mimic their behaviour. Please note that Apache FOP may still not behave exactly like those implementations either because FOP has not fully matched the desired behaviour  [...]
 | complex-scripts | attribute disabled (optional) | If present and if an attribute 'disabled' is specified with the value 'false', then complex script features are disabled. The same result can be obtained on an FOP per-invocation basis by specifying a '-nocs' command line option when invoking FOP. When complex script features are disabled, all bidirectional processing and complex character to glyph mapping processing is disabled; in addition, the loading of GDEF, GSUB, and GPOS advanced [...]
 | default-page-settings | n/a | Specifies the default width and height of a page if "auto" is specified for either or both values. Use "height" and "width" attributes on the default-page-settings element to specify the two values. | "height" 11 inches, "width" 8.26 inches |
+| prefer-renderer | boolean (true, false) | By default, FOP prefers the newer output implementations based on the `IFDocumentHandler` interface. If no such implementation can be found for a given MIME type, it looks for an implementation of the `Renderer` interface. If necessary, you can invert the lookup order to prefer the Renderer variant over the IFDocumentHandler variant by setting this value to true. | false |
 | use-cache | boolean (true, false) | All fonts information that has been gathered as a result of "directory" or "auto-detect" font configurations will be cached for future rendering runs. This setting should improve performance on systems where fonts have been configured using the "directory" or "auto-detect" tag mechanisms. By default this option is switched on. | true |
 | cache-file | String | This option specifies the file/directory path of the fop cache file. This file is currently only used to cache font triplet information for future reference. | ${base}/conf/fop.cache |
 | table-border-overpaint | Boolean (true, false) | Setting this option to 'true' will cause FOP to produce table borders without uneven lines | false |


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