diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-22 10:33:57 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-22 10:33:57 +0000 |
commit | de14d9fb8842d79b0b3cf883e71ab5034580eaca (patch) | |
tree | 1bb724653022370074eb496854d0879ecb779425 /conf/fop.xconf | |
parent | f76c5e4d30f9fc20b4c23c66559aa545dd5abce3 (diff) | |
download | xmlgraphics-fop-de14d9fb8842d79b0b3cf883e71ab5034580eaca.tar.gz xmlgraphics-fop-de14d9fb8842d79b0b3cf883e71ab5034580eaca.zip |
added some more comments for using/implementing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/fop.xconf')
-rw-r--r-- | conf/fop.xconf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index 01486e92e..eb55e8cb2 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -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) --> <!-- |