Thanks Pascal, I appreciate all the help.
On Fri, Oct 28, 2011 at 7:44 AM, Pascal Sancho <[email protected]> wrote: > Le 28/10/2011 12:57, Jeffrey Walton a écrit : >> On Fri, Oct 28, 2011 at 5:59 AM, Pascal Sancho <[email protected]> >> wrote: >>> Hi, >>> >>> Please, do not mix 2 topics in one thread, that help users to retrieve >>> relevant info in archives. >> Sorry, I don't understand what you meant. Rendering → and Base-14 >> seemed relevant. >> >>> That said: >>> assuming your → is declared in a DTD, you have to set a >>> font-family that contains such glyph, even when in one of Base-14 fonts. >> OK. I looked through fop(1) before posting, and did not see a way to >> add additional fonts. > > the glyph corresponding to → (AKA →) is in ZapfDingbats font. > You have to explicitely set it: > <fo:wrapper font-family="ZapfDingbats">→</fo:wrapper> OK. I added '<fo:wrapper font-family="ZapfDingbats">→</fo:wrapper>' to book.xml. It failed xsltproc validation, and caused a FOPException. I think the best thing to do is say 'F**k It' - let O'Reilly deal with this mess since they are the printers and they require the format. I'm a fool for suffering someone else's printing/type setting problems this long. > Note that ZapfDingbats onlya have regular glyphes; you have to ensure > that italic or bold are not used. > > You can use other fonts; read [1] for further information. > > [1] http://xmlgraphics.apache.org/fop/1.0/fonts.html OK, thanks. Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
