diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-03-21 13:48:24 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-03-21 13:48:24 +0000 |
commit | 12f64e4ecad3b7cc9421fd684f2fcb36717f1ca1 (patch) | |
tree | 88129ad202071b9498150e5b9024285abe0dc2a6 /src/documentation/content/xdocs/trunk/fonts.xml | |
parent | d73b94a782e0e661cbd8cdc558ba6ab65402fe65 (diff) | |
download | xmlgraphics-fop-12f64e4ecad3b7cc9421fd684f2fcb36717f1ca1.tar.gz xmlgraphics-fop-12f64e4ecad3b7cc9421fd684f2fcb36717f1ca1.zip |
Note about relative URLs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520886 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk/fonts.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/fonts.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index afe5a8558..ca6209c6d 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -249,6 +249,11 @@ It will display all of the font names and exit with an Exception.</p> </li> <li>The "kerning" and "embed-url" attributes are optional. Kerning is currently not used at all. If embedding is off, the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li> <li>When setting the embed-url attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li> + <li> + If relative URLs are specified, they are evaluated relative to the value of the + "font-base" setting. If there is no "font-base" setting, the fonts are evaluated + relative to the base directory. + </li> </ul> <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note--> </section> |