Hi Dominic,

Dominic Marcotte a écrit :
> Hello,
> 
> We need to use Unicode characters in the IPA range (U0250-U02A8). We use
> and embed Lucida Sans Unicode which contains these characters. We notice
> that higher character than U00FF display "#" in the generated PDF. On
> the other hand, lower character than U0100 work fine. We even tried with
> the version "FOP Trunk" revision 499827. (Jan 24th) with Saxon 8.7 and
> Xalan 2.7.0. We also tried other font supporting IPA. Same thing append.
> 
> In the past, we already succeeded in making it works with an older
> version of FOP.
> 
> I include the FO, config and the fonts file in attachment.
> 
> Do you have any suggestion?

Are you sure you don't get any warning when running Fop? Something like:
Font 'LucidaSansUnicode,normal,400' not found. Substituting with
'any,normal,400'
The value of the metrics-url attribute isn't actually a URL; that might
work, but to be sure try adding "file://" before.
Also, do you specify the config file on the command-line?
    fop -c fop-config.xml ipa.fo.xml res.pdf

HTH,
Vincent

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

Reply via email to