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_font_tripletattribute_missing.xconf 723B

12345678910111213141516171819202122232425
  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. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml">
  15. <!-- this font-triplet has a missing style attribute -->
  16. <font-triplet name="Gladiator" weight="normal"/>
  17. </font>
  18. </fonts>
  19. </renderer>
  20. </renderers>
  21. </fop>