I am using a number of font metric files that I found and am using standard windows (and startoffice) ttf files in current dir and have this in userconfig.xml:
<fonts>
<font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf">
<font-triplet name="Arial" style="normal" weight="normal"/>
<font-triplet name="ArialMT" style="normal" weight="normal"/>
</font>
</fonts>
When I use -c userconfig.xml, I always get the same default
Times-Roman font however.
What could be the problem?
