Ahh, I've just read that the default value is Symbol, perhaps FOP/XMLMind doesn't like the re-definition of one of the standard fonts? Have you tried using a different name for your font triplet?

Daniel Baptista wrote:
Hi Romain,

Have you set the symbol.font.family FO parameter (http://docbook.sourceforge.net/release/xsl/current/doc/fo/symbol.font.family.html) to Symbol in your stylesheet?

<xsl:param name="symbol.font.family">Symbol</xsl:param>

I don't know how you would go about adding to the stylesheet as I am not familiar with XMLMind.

Hope this helps,
Daniel


Romain Meisterhans wrote:
Hi

I want to convert my file in PDF.
Actually I use XMLMind Converter to do this.
XMLMind use FOP 0.93.

I have some text with the Font Symbol.
I've seen that I have to embed the Symbol font to make it working.
(http://xmlgraphics.apache.org/fop/0.94/fonts.html)

I've create the XML font metrics file and a configuration file (see below).

But I don't know why I still have the # instead of my characters in Symbol font.

Thanks for your help

Romain


My configuration file:
<?xml version="1.0"?>
<fop version="1.0">
    <base>file:/C:/symbol/</base>
    <renderers>
        <renderer mime="application/pdf">
            <fonts>
<font metrics-url="file:///C:/symbol/symbol.xml" kerning="yes"
                        embed-url="file:///C:/symbol/symbol.pfb">
<font-triplet name="Symbol" style="normal" weight="normal"/> <font-triplet name="Symbol" style="italic" weight="bold"/> <font-triplet name="Symbol" style="normal" weight="bold"/> <font-triplet name="Symbol" style="italic" weight="normal"/>
                </font>
            </fonts>
        </renderer>
    </renderers>
</fop>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
*VoxSurf Limited*
Registered & principal office:
2nd Floor
Elme House
133 Long Acre
London WC2E 9DT
United Kingdom
Company No (England):  4051448

http://www.voxsurf.com/

Email disclaimer: This can be viewed at http://www.voxsurf.com/disclaimer.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to