keiron 2002/07/22 03:33:57
Modified: conf fop.xconf
Log:
added some more comments for using/implementing
Revision Changes Path
1.2 +21 -0 xml-fop/conf/fop.xconf
Index: fop.xconf
===================================================================
RCS file: /home/cvs/xml-fop/conf/fop.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fop.xconf 10 Jul 2002 08:59:16 -0000 1.1
+++ fop.xconf 22 Jul 2002 10:33:57 -0000 1.2
@@ -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">
@@ -38,6 +49,16 @@
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)
-->
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]