aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-10-02 15:31:14 +0000
committerJeremias Maerki <jeremias@apache.org>2009-10-02 15:31:14 +0000
commit7cc06986c0f4ed07c17604642248437a4ce0569a (patch)
treefc04b22b26c05dab58a664cefbfe0cf1f835b860 /src/documentation
parentb6638c65c94d5afb8ca0f6ea0b37632cf8fb11be (diff)
downloadxmlgraphics-fop-7cc06986c0f4ed07c17604642248437a4ce0569a.tar.gz
xmlgraphics-fop-7cc06986c0f4ed07c17604642248437a4ce0569a.zip
Added support for specifying referenced fonts per renderer in addition to the general match list. If any of the two match lists (if specified) match a font, it is not embedded.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@821058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/trunk/fonts.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml
index 9fa34552b..df2ed72b8 100644
--- a/src/documentation/content/xdocs/trunk/fonts.xml
+++ b/src/documentation/content/xdocs/trunk/fonts.xml
@@ -468,6 +468,13 @@
referenced. If you want to reference all fonts, just specify <code>font-family=".*"</code>.
</p>
<p>
+ The <code>referenced-fonts</code> element can be placed either inside the general
+ <code>fonts</code> element (right under the root) or in the <code>fonts</code> element
+ under the renderer configuration. In the first case, matches apply to all renderers.
+ In the second case, matches only apply to the renderer where the element was specified.
+ Both cases can be used at the same time.
+ </p>
+ <p>
Various notes related to embedded fonts:
</p>
<ul>