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_fonts_substitution.xconf 962B

123456789101112131415161718192021222324252627282930313233
  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. <fonts>
  12. <substitutions>
  13. <substitution>
  14. <from font-family="Times" font-style="italic"/>
  15. <to font-family="Gladiator" font-style="normal" font-weight="bold"/>
  16. </substitution>
  17. </substitutions>
  18. </fonts>
  19. <renderers>
  20. <renderer mime="application/pdf">
  21. <fonts>
  22. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/glb12.ttf">
  23. <font-triplet name="Gladiator" style="normal" weight="bold"/>
  24. </font>
  25. </fonts>
  26. </renderer>
  27. </renderers>
  28. </fop>