diff options
author | Simon Pepping <spepping@apache.org> | 2010-10-02 11:09:13 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-10-02 11:09:13 +0000 |
commit | 6d4f48908482cc16e20f90cfb239433517dd2def (patch) | |
tree | bd03af81268bc20d6a8b20a3bc418ad3c1a44a79 /src/documentation/content/xdocs/trunk | |
parent | 9f74aeeef633b0f57fc590c6e985b5bd333e8ecc (diff) | |
download | xmlgraphics-fop-6d4f48908482cc16e20f90cfb239433517dd2def.tar.gz xmlgraphics-fop-6d4f48908482cc16e20f90cfb239433517dd2def.zip |
Enable configuration of hyphenation pattern file names
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1003774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index aae7de7f0..3ef8795b7 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -89,6 +89,12 @@ </td> <td>disabled</td> </tr> + <tr> + <td>hyphenation-pattern</td> + <td>String, attribute lang, attribute country (optional)</td> + <td>Register a file name for the hyphenation pattern for the mentioned language and country. Language ll and country CC must both consist of two letters.</td> + <td>ll_CC</td> + </tr> <tr> <td>source-resolution</td> <td>Integer, dpi</td> @@ -215,6 +221,9 @@ <!-- default page-height and page-width, in case value is specified as auto --> <default-page-settings height="11in" width="8.26in"/> + + <!-- Use file name nl_Bel instead of the default nl_BE --> + <hyphenation-pattern lang="nl" country="BE">nl_Bel</hyphenation-pattern> <!-- etc. etc..... --> </fop>]]></source> |