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_fonts_directory_bad.xconf 550B

12345678910111213141516171819202122
  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>./</font-base>
  11. <renderers>
  12. <renderer mime="application/pdf">
  13. <fonts>
  14. <directory>doesnotexist</directory>
  15. </fonts>
  16. </renderer>
  17. </renderers>
  18. </fop>