On 08.02.2008 14:04:54 Bennen, Jan A. wrote: > Ok, this worked: the symbol appears, but across the 0 of the following > syllable. Is there a way to add some space between them?
That's weird. I went looking and found out that the Euro character is missing a character width. I'll have to fix that. In that case, just use sans-serif instead of Symbol. > And is there an easy way to add > <fo:wrapper font-family="Symbol">€</fo:wrapper> > to the fo file? My customer does not want to edit the fo file. Two possible solutions: - Use a font that has a Euro glyph. - Help us implement per-character font-selection which is still missing. When that's available you can simply do: font-family="MyFont, MyOtherFont, Symbol, ZapfDingbats" <snip/> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
