Hello all,
I'm working on a java application with apache-fop to transform a custom xml to a pdf (with a xsl of course). I also write a xml configuration file, but I am not able to do a font substitution
This is the snippets of conf file
<directory>my_custom_font_directory</directory>
...
<substitutions>
<substitution>
<from font-family="PrestigeEliteStd" font-weight="700..900" font-style="normal"/>
<to font-family="Courier" font-weight="700" font-style="normal"/>
</substitution>
</substitutions>
In the output I see this line:
LoggingEventListener: 94 - Font "PrestigeEliteStd,normal,900" not found. Substituting with "PrestigeEliteStd,normal,400".
Seem that the configuration is not accessed
What can I do?

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to