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-no-xml-metrics.xconf 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <fop version="1.0">
  3. <!-- Switch off font caching for the purposes of the unit test -->
  4. <use-cache>false</use-cache>
  5. <!-- Base URL for resolving relative URLs -->
  6. <base>./</base>
  7. <!-- Font Base URL for resolving relative font URLs -->
  8. <font-base>./resources/fonts/ttf/</font-base>
  9. <renderers>
  10. <renderer mime="application/pdf">
  11. <filterList type="content">
  12. <value>null</value>
  13. </filterList>
  14. <fonts>
  15. <font embed-url="glb12.ttf" kerning="yes">
  16. <font-triplet name="Gladiator Bold" style="normal" weight="normal"/>
  17. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  18. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  19. </font>
  20. </fonts>
  21. </renderer>
  22. <renderer mime="application/postscript">
  23. <fonts>
  24. <font embed-url="glb12.ttf" kerning="yes">
  25. <font-triplet name="Gladiator Bold" style="normal" weight="normal"/>
  26. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  27. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  28. </font>
  29. </fonts>
  30. </renderer>
  31. <renderer mime="image/tiff">
  32. <fonts>
  33. <font embed-url="glb12.ttf" kerning="yes">
  34. <font-triplet name="Gladiator Bold" style="normal" weight="normal"/>
  35. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  36. <font-triplet name="Gladiator" style="normal" weight="normal"/>
  37. </font>
  38. </fonts>
  39. </renderer>
  40. </renderers>
  41. </fop>