aboutsummaryrefslogtreecommitdiffstats
path: root/test/config/test_font_embedurl_malformed.xconf
blob: ee9f7bede41c9a30d4e7c13f733c5391e5545e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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 malformed embed-url -->
		<font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="badprotocol:test/resources/fonts/glb12.ttf">
          <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
        </font>
      </fonts>
    </renderer>
  </renderers>
</fop>