From 12f64e4ecad3b7cc9421fd684f2fcb36717f1ca1 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 21 Mar 2007 13:48:24 +0000 Subject: Note about relative URLs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520886 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/fonts.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/documentation/content/xdocs/trunk/fonts.xml') 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.

  • 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.
  • 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.
  • +
  • + 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. +
  • -- cgit v1.2.3