fop-configuration.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <fop version="1.0">
  2. <!-- Strict user configuration -->
  3. <strict-configuration>true</strict-configuration>
  4. <!-- Strict FO validation -->
  5. <strict-validation>true</strict-validation>
  6. <!-- Base URL for resolving relative URLs -->
  7. <base>./config</base>
  8. <!-- Font Base URL for resolving relative font URLs -->
  9. <font-base>./config/font</font-base>
  10. <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
  11. <source-resolution>72</source-resolution>
  12. <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
  13. <target-resolution>72</target-resolution>
  14. <!-- default page-height and page-width, in case
  15. value is specified as auto -->
  16. <default-page-settings height="11in" width="8.26in"/>
  17. <!-- Use file name nl_Bel instead of the default nl_BE -->
  18. <hyphenation-pattern lang="nl" country="BE">nl_Bel</hyphenation-pattern>
  19. <!-- etc. etc..... -->
  20. <fonts>
  21. <font kerning="yes" embed-url="config/font/YaHei.Consolas.1.12.ttf">
  22. <font-triplet name="YaHei Consolas Hybrid" style="normal" weight="normal"/>
  23. <font-triplet name="Microsoft YaHei" style="normal" weight="normal"/>
  24. <font-triplet name="微软雅黑" style="normal" weight="normal"/>
  25. </font>
  26. <font kerning="yes" embed-url="config/font/FZLTCXHJW.TTF">
  27. <font-triplet name="FZLanTingHeiS" style="normal" weight="normal"/>
  28. <font-triplet name="方正兰亭超细黑简体" style="normal" weight="normal"/>
  29. </font>
  30. <font kerning="yes" embed-url="config/font/simfang.ttf">
  31. <font-triplet name="宋体" style="normal" weight="normal"/>
  32. <font-triplet name="仿宋" style="normal" weight="normal"/>
  33. <font-triplet name="仿宋_GB2312" style="normal" weight="normal"/>
  34. </font>
  35. <font kerning="yes" embed-url="config/font/simhei.ttf">
  36. <font-triplet name="黑体" style="normal" weight="normal"/>
  37. </font>
  38. <font kerning="yes" embed-url="config/font/simkai.ttf">
  39. <font-triplet name="楷体" style="normal" weight="normal"/>
  40. <font-triplet name="楷体_GB2312" style="normal" weight="normal"/>
  41. </font>
  42. <font kerning="yes" embed-url="config/font/FZFSK.TTF">
  43. <font-triplet name="方正仿宋" style="normal" weight="normal"/>
  44. <font-triplet name="方正仿宋_GBK" style="normal" weight="normal"/>
  45. </font>
  46. <font kerning="yes" embed-url="config/font/FZXBSK.TTF">
  47. <font-triplet name="方正小标宋" style="normal" weight="normal"/>
  48. <font-triplet name="方正小标宋_GBK" style="normal" weight="normal"/>
  49. </font>
  50. </fonts>
  51. </fop>