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

12345678910111213141516171819202122232425
  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. <fonts>
  8. <font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="test/resources/fonts/glb12.ttf">
  9. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  10. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  11. </font>
  12. <font metrics-url="test/resources/fonts/glb12.ttf.ansi.xml" embed-url="test/resources/fonts/glb12.ttf">
  13. <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
  14. <font-triplet name="Gladiator-Ansi" style="normal" weight="bold"/>
  15. </font>
  16. <font metrics-url="test/resources/fonts/glb12.ttf.ansi.xml">
  17. <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="normal"/>
  18. <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="bold"/>
  19. </font>
  20. </fonts>
  21. </renderer>
  22. </renderers>
  23. </fop>