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.

sample_config.xml 476B

1234567891011121314151617181920
  1. <fop version="1.0">
  2. <renderers>
  3. <renderer mime="application/pdf">
  4. <fonts>
  5. <auto-detect/>
  6. </fonts>
  7. </renderer>
  8. </renderers>
  9. <!-- A substitution can map a font family to another. -->
  10. <fonts>
  11. <substitutions>
  12. <substitution>
  13. <from font-family='courierNew' font-style='normal' font-weight='400'/> <to font-family='Courier New'/>
  14. </substitution>
  15. </substitutions>
  16. </fonts>
  17. </fop>