blob: 9f2d9b64671e8b59a9a63ae22da4f1179cbef8e3 [file] [log] [blame]
<?xml version="1.0"?>
<fop version="1.0">
<!-- Strict configuration On -->
<strict-configuration>true</strict-configuration>
<!-- Switch off font caching for the purposes of the unit test -->
<use-cache>false</use-cache>
<!-- Base URL for resolving relative URLs -->
<base>./</base>
<!-- Font Base URL for resolving relative font URLs -->
<font-base>./</font-base>
<renderers>
<renderer mime="application/pdf">
<fonts>
<!-- this font has a metrics-url that does not exist on filesystem -->
<font metrics-url="test/resources/fonts/ttf/doesnotexist.ttf.ansi.xml">
<font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>