From 55368c21f2ef3a1263f0301ef8012f17369ded2e Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 10 Jul 2003 17:20:31 +0000 Subject: [PATCH] add cross-ref back to new hyphenation document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196679 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/configuration.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml index 8c8833632..63ba7e07a 100644 --- a/src/documentation/content/xdocs/configuration.xml +++ b/src/documentation/content/xdocs/configuration.xml @@ -16,7 +16,7 @@ It contains templates for the various configuration options, most of which are c Be sure to follow any instructions, including comments which specify the value range. Also, since the configuration file is XML, be sure to keep it well-formed.

Do not change {fop-dir}/conf/config.xml or use it as the basis for your configuration file. It has an entirely different purpose. -

The general structure of the configuration file is a series of <entry> tags, each containing a <key> and a <value. (Fonts use a different format). Here is an example:

+

The general structure of the configuration file is a series of <entry> tags, each containing a <key> and a <value>. (Fonts use a different format). Here is an example:

strokeSVGText false @@ -58,9 +58,15 @@ Also, since the configuration file is XML, be sure to keep it well-formed.

-
- SVG -
+
+ Detail for Key-Value Configuration Options +

The sections below provide detailed information for configuration options that are not self-explanatory. The parenthetical information after each key name indicates (Data Type, Default).

+
+ hyphenation-dir (URL, none) +

Use this entry to indicate a directory containing custom hyphenation files (if any). +See FOP: Hyphenation for more information on creating and modifying hyphenation within FOP.

+
+
strokeSVGText (boolean, True)

In some cases, some text in SVG documents is converted to graphical shapes instead of retaining its character as text. To force all text to be rendered as text, set strokeSVGText = false. For a discussion of this issue, see FOP: Graphics, Placing SVG Text into PDF.

strokeSVGText is currently only effective in the PDF renderer. -- 2.39.5