]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Document fontBaseDir configuration entry and provide example.
authorJeremias Maerki <jeremias@apache.org>
Mon, 11 Nov 2002 09:53:21 +0000 (09:53 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 11 Nov 2002 09:53:21 +0000 (09:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195467 13f79535-47bb-0310-9956-ffa450edef68

conf/userconfig.xml

index d673790e5c39696942eee11597289c2e10dfb990..197b4c6ab6be2389ef719d38c34dd3598e2e587a 100644 (file)
 
 <configuration>
 
-<!--  NOT IMPLEMENTED
-basedir: normally the base directory is the directory where the fo file is 
-         located. if you want to specify your own, uncomment this entry
+<!--  
+baseDir: normally the base directory is the directory where the fo file is 
+         located. if you want to specify your own, uncomment this entry.
+         This value can also be a URL. Actually, the value is converted to 
+         a URL.
 -->
 <!-- 
   <entry>
@@ -21,6 +23,17 @@ basedir: normally the base directory is the directory where the fo file is
   </entry>
 -->
 
+<!--  
+fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
+         it isn't specified, the value from baseDir is used.
+-->
+<!-- 
+  <entry>
+    <key>fontBaseDir</key>
+    <value></value>
+  </entry>
+-->
+
 <!--
 ************************************************************************
                         HYPHENATION