1 <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
3 this file contains templates which allow an user easy
4 configuration of Fop. Actually normally you don't need this configuration
5 file, but if you need to change configuration, you should
6 always use this file and *not* config.xml.
7 Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
14 baseDir: normally the base directory is the directory where the fo file is
15 located. if you want to specify your own, uncomment this entry.
16 This value can also be a URL. Actually, the value is converted to
27 fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
28 it isn't specified, the value from baseDir is used.
32 <key>fontBaseDir</key>
38 ************************************************************************
40 ************************************************************************
45 if you want to specify your own directory with hyphenation pattern
46 then uncomment the next entry and add the directory name
51 <key>hyphenation-dir</key>
52 <value>c:/docbook/fop/hyph</value>
57 ************************************************************************
59 ************************************************************************
65 <font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf">
66 <font-triplet name="Arial" style="normal" weight="normal"/>
67 <font-triplet name="ArialMT" style="normal" weight="normal"/>
69 <font metrics-file="arialb.xml" kerning="yes" embed-file="arialb.ttf">
70 <font-triplet name="Arial" style="normal" weight="bold"/>
71 <font-triplet name="ArialMT" style="normal" weight="bold"/>
73 <font metrics-file="ariali.xml" kerning="yes" embed-file="ariali.ttf">
74 <font-triplet name="Arial" style="italic" weight="normal"/>
75 <font-triplet name="ArialMT" style="italic" weight="normal"/>
77 <font metrics-file="arialbi.xml" kerning="yes" embed-file="arialbi.ttf">
78 <font-triplet name="Arial" style="italic" weight="bold"/>
79 <font-triplet name="ArialMT" style="italic" weight="bold"/>
82 <!-- Example Japanese fonts
83 <font metrics-file="msgothic.xml" embed-file="D:\winnt\font\msgothic.ttc" kerning="yes">
84 <font-triplet name="Gothic" style="normal" weight="normal"/>
85 <font-triplet name="Gothic" style="normal" weight="bold"/>
86 <font-triplet name="Gothic" style="italic" weight="normal"/>
87 <font-triplet name="Gothic" style="italic" weight="bold"/>
89 <font metrics-file="msmincho.xml" embed-file="Cyberbit.ttf" kerning="yes">
90 <font-triplet name="Mincho" style="normal" weight="normal"/>
91 <font-triplet name="Mincho" style="normal" weight="bold"/>
92 <font-triplet name="Mincho" style="italic" weight="normal"/>
93 <font-triplet name="Mincho" style="italic" weight="bold"/>