You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_fontbase_bad.xconf 823B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <fop version="1.0">
  3. <!-- Strict configuration On -->
  4. <strict-configuration>true</strict-configuration>
  5. <!-- Switch off font caching for the purposes of the unit test -->
  6. <use-cache>false</use-cache>
  7. <!-- Base URL for resolving relative URLs -->
  8. <base>./</base>
  9. <!-- Font Base URL for resolving relative font URLs -->
  10. <font-base>./doesnotexist/</font-base>
  11. <renderers>
  12. <renderer mime="application/pdf">
  13. <fonts>
  14. <!-- this font is with a relative metrics-url
  15. so should call upon the bad font-base -->
  16. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/glb12.ttf">
  17. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  18. </font>
  19. </fonts>
  20. </renderer>
  21. </renderers>
  22. </fop>