On 04 Jun 2009, at 15:07, nancy_b wrote:
Hi Nancy
Thanks for your patience! :-)
No problem.
1) In my customization area, I added:
<xsl:param name="symbol.font.family">ZapfDingbats</xsl:param>
This should be enough, but IIC, it will also mean that characters that
are available in the Symbol font, but not in ZapfDingbats will not be
rendered... a FOP-limitation. :-(
2) Installed ZapfDingbats font on my system and registered it in fop
conf:
<font-triplet name="ZapfDingbats" style="normal"
weight="bold"/>
<font-triplet name="ZapfDingbats" style="italic" weight="normal"/>
<font-triplet name="ZapfDingbats" style="italic"
weight="bold"/>
This should not be necessary, and may even cause confusion somewhere.
ZapfDingbats is a Base-14 font, which FOP supports out-of-the-box. No
need to configure custom font-triplets on the FOP-side.
HTH!
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org