Hi!

I use fop 0.20.5 on a Linux machine.

I try to use a triangle symbol from ZapfDingbats.

My XSL looks like:
 ...
 <fo:inline
   font-family="ZapfDingbats"
   text-decoration="none"
   font-weight="normal">
   <xsl:text>&#x25B7;</xsl:text>
 </fo:inline>
 ...

But I only get the U+2503 scissor.
U+2023 or U+25B6 have the same result.

Black circle U+25CF works.

The following HTML page gives me the character I want (Firefox).
I conclude the character exists on my machine (but I'm not sure
it's in the ZapfDingbats font).
 <body>
 <p>&#9655;</p>
 </body>

Any hint?

Thanks.
Benoit

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

Reply via email to