Jeremias Maerki a écrit :
> The fallback that is currently implemented in FOP only addresses the
> case where a whole font is not available. What you want is the fallback
> per character. And that's not implemented just by hacking the PDF
> renderer. So the ultimate goal is to implement:
> http://www.w3.org/TR/xsl11/#font-selection-strategy

Or if you are sure that the Lucida font contains all the characters you
need, you can directly specify this font for the whole FO document:

<fo:page-sequence font-family="Lucida"...

for each page-sequence, plus you setup the Lucida font as usual in your
config file:
http://xmlgraphics.apache.org/fop/0.93/fonts.html#custom

That way every character will appear in Lucida, you have both a
consistent and working result.
Is that what you need?

<snip/>


Vincent


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

Reply via email to