]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added some more comments for using/implementing
authorKeiron Liddle <keiron@apache.org>
Mon, 22 Jul 2002 10:33:57 +0000 (10:33 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 22 Jul 2002 10:33:57 +0000 (10:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195019 13f79535-47bb-0310-9956-ffa450edef68

conf/fop.xconf

index 01486e92ea3cad2dbe3b83de1e64f514d68cc59f..eb55e8cb2c6ddf0b7e5239b2e00cb86c4c553e75 100644 (file)
@@ -1,5 +1,16 @@
 <?xml version="1.0"?>
 
+<!--
+
+This is an example configuration file for FOP.
+This file contains the same settings as the default values
+and will have no effect if used unchanged.
+
+Relative config url's will be resolved relative to
+the location of this file.
+
+-->
+
 <!-- NOTE: This is the version of the configuration -->
 <fop version="1.0">
 
 
       for the font triplet specified by:
       <font-triplet name="Arial" style="normal" weight="bold"/>
+
+      If you do not want to embed the font in the pdf document
+      then do not include the "embed-url" attribute.
+      The font will be needed where the document is viewed
+      for it to be displayed properly.
+
+      possible styles: normal | italic | oblique | backslant
+      possible weights: normal | bold | 100 | 200 | 300 | 400
+                        | 500 | 600 | 700 | 800 | 900
+      (normal = 400, bold = 700)
      -->
 
 <!--