Hi
I recently had problems with ZapfDingbats in fop 20.3  The solution is to
use the Unicode for the dingbat you wish to render - I was using:

 <fo:inline font-family="ZapfDingbats">l</fo:inline>
which produced a filled-in circle character in 20.1, but rendered a pair of
scissors in 20.3  The solution is to use:
 <fo:inline font-family="ZapfDingbats">&#x25CF;</fo:inline>
which works fine in 20.3

Hope this helps

TJ
----- Original Message -----
From: "Keiron Liddle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 06, 2002 4:48 AM
Subject: Re: Trouble with ZapfDingbats


>
> I'm not sure what the problem is that you are having but ZapfDingbats
> works fine for me both on unix and windows NT.
>
> On 2002.03.06 00:35 Keen Tim wrote:
> > I recently upgraded to the latest version of Fop (fop-0.20.3rc2) to take
> > advantage of the changes to the attribute master-name and am now having
> > problems with the ZapfDingbats font. Essentially my PDF doesn't
> > recognise the font.
> >
> > Is anyone else experiencing the same problems? Is this a known problem?
> > Am I missing something? Should I rollback to a previous version?
> >
> > Any help would be appreciated.
> >
> > Cheers
>


Reply via email to