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.4KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <renderers>
  6. <renderer mime="application/pdf">
  7. <filterList type="tiff">
  8. <value>ascii-85</value>
  9. </filterList>
  10. <filterList type="default">
  11. <value>null</value>
  12. </filterList>
  13. <filterList type="image">
  14. <value>null</value>
  15. </filterList>
  16. <filterList type="content">
  17. <value>null</value>
  18. </filterList>
  19. <fonts>
  20. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/glb12.ttf">
  21. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  22. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  23. </font>
  24. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.ansi.xml" embed-url="test/resources/fonts/ttf/glb12.ttf">
  25. <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
  26. <font-triplet name="Gladiator-Ansi" style="normal" weight="bold"/>
  27. </font>
  28. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.ansi.xml">
  29. <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="normal"/>
  30. <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="bold"/>
  31. </font>
  32. </fonts>
  33. </renderer>
  34. </renderers>
  35. </fop>