選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

test_font_embedurl_bad.xconf 793B

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. <!-- this font has an embed-url that does not exist on filesystem -->
  15. <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/doesnotexist.ttf">
  16. <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
  17. </font>
  18. </fonts>
  19. </renderer>
  20. </renderers>
  21. </fop>