diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2010-08-15 16:15:55 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2010-08-15 16:15:55 +0000 |
commit | ff3a0b1f92bef5b6384c286a5944d2d5df96fe41 (patch) | |
tree | a4f706befc1ea65f43168b6a7bfdf929156a9274 /src/documentation | |
parent | aba436311c935f145aa984c855f88bfd3a9cb1c1 (diff) | |
download | xmlgraphics-fop-ff3a0b1f92bef5b6384c286a5944d2d5df96fe41.tar.gz xmlgraphics-fop-ff3a0b1f92bef5b6384c286a5944d2d5df96fe41.zip |
Reinstated support for being able to specify a font cache filepath in the fop user configuration.
Added convenience support for the deletion of the Fop font cache file from the command line.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 3 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/running.xml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index eaa788990..0f4100bf7 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -176,8 +176,7 @@ <tr> <td>cache-file</td> <td>String</td> - <td>This options specifies the file/directory path of the fop cache file. - This option can also be specified on the command-line using the -cache option. + <td>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.</td> <td>${base}/conf/fop.cache</td> </tr> diff --git a/src/documentation/content/xdocs/trunk/running.xml b/src/documentation/content/xdocs/trunk/running.xml index 757e7aaa4..7e98a867c 100644 --- a/src/documentation/content/xdocs/trunk/running.xml +++ b/src/documentation/content/xdocs/trunk/running.xml @@ -132,9 +132,11 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl -pdfprofile prof PDF file will be generated with the specified profile (Examples for prof: PDF/A-1b or PDF/X-3:2003) - -conserve Enable memory-conservation policy (trades memory-consumption for disk I/O) + -conserve enable memory-conservation policy (trades memory-consumption for disk I/O) (Note: currently only influences whether the area tree is serialized.) + -delete-cache deletes the current font cache file + [INPUT] infile xsl:fo input file (the same as the next) (use '-' for infile to pipe input from stdin) |