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.xconf 1.1KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <fop version="1.0">
  3. <!-- Switch off font caching for the purposes of unit testing -->
  4. <use-cache>false</use-cache>
  5. <font-base>.</font-base>
  6. <renderers>
  7. <renderer mime="application/pdf">
  8. <filterList type="tiff">
  9. <value>ascii-85</value>
  10. </filterList>
  11. <filterList type="default">
  12. <value>null</value>
  13. </filterList>
  14. <filterList type="image">
  15. <value>null</value>
  16. </filterList>
  17. <filterList type="content">
  18. <value>null</value>
  19. </filterList>
  20. <fonts>
  21. <font metrics-url="resources/fonts/ttf/glb12.ttf.xml" embed-url="resources/fonts/ttf/glb12.ttf">
  22. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  23. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  24. </font>
  25. <font metrics-url="resources/fonts/ttf/glb12.ttf.ansi.xml" embed-url="resources/fonts/ttf/glb12.ttf">
  26. <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
  27. <font-triplet name="Gladiator-Ansi" style="normal" weight="bold"/>
  28. </font>
  29. </fonts>
  30. </renderer>
  31. </renderers>
  32. </fop>