File fop-education.xml of Package opensuse-education-docu
<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
<!--
this file contains templates which allow an user easy
configuration of Fop. Actually normally you don't need this configuration
file, but if you need to change configuration, you should
always use this file and *not* config.xml.
Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
-->
<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<!-- Nimbus Mono -->
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/nimbus-mono.xml"
kerning="yes"
embed-url="file:///usr/share/ghostscript/fonts/n022003l.pfb">
<font-triplet name="suse.mono" style="normal" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/nimbus-mono_italic.xml"
kerning="yes"
embed-url="file:///usr/share/ghostscript/fonts/n022023l.pfb">
<font-triplet name="suse.mono" style="italic" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/nimbus-mono_bold.xml"
kerning="yes"
embed-url="file:///usr/share/ghostscript/fonts/n022004l.pfb">
<font-triplet name="suse.mono" style="normal" weight="bold"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/nimbus-mono_bolditalic.xml"
kerning="yes"
embed-url="file:///usr/share/ghostscript/fonts/n022004l.pfb">
<font-triplet name="suse.mono" style="italic" weight="bold"/>
</font>
<!-- Andale Sans -->
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/andale-sans.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/ans_____.ttf">
<font-triplet name="suse.sans" style="normal" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/andale-sans_italic.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/ansi____.ttf">
<font-triplet name="suse.sans" style="italic" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/andale-sans_bold.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/ansb____.ttf">
<font-triplet name="suse.sans" style="normal" weight="bold"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/andale-sans_bolditalic.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/ansbi___.ttf">
<font-triplet name="suse.sans" style="italic" weight="bold"/>
</font>
<!-- Thorndale Serif -->
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/thorndale-serif.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/thowr___.ttf">
<font-triplet name="suse.serif" style="normal" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/thorndale-serif_italic.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/thowi___.ttf">
<font-triplet name="suse.serif" style="italic" weight="normal"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/thorndale-serif_bold.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/thowb___.ttf">
<font-triplet name="suse.serif" style="normal" weight="bold"/>
</font>
<font
metrics-url="file:///local/doc/trunk/novdoc/etc/FOP/thorndale-serif_bolditalic.xml"
kerning="yes" embed-url="file:///usr/share/fonts/truetype/thowbi__.ttf">
<font-triplet name="suse.serif" style="italic" weight="bold"/>
</font>
<!-- Symbol Font -->
</fonts>
</renderer>
</renderers>
</fop>