Thank u all for your help. I'll try and let u know.
Thanks, Mamatha. -----Original Message----- From: Eric Douglas [mailto:[email protected]] Sent: Thursday, November 04, 2010 2:41 PM To: [email protected] Subject: RE: font-substitution -FOP1.0 A quick Google shows this has happened before... http://www.mail-archive.com/[email protected]/msg14198.html -----Original Message----- From: Pascal Sancho [mailto:[email protected]] Sent: Thursday, November 04, 2010 10:00 AM To: [email protected] Subject: Re: font-substitution -FOP1.0 Hi, you have such warning because: - both Symbol and ZapfDingbats fonts are only provided in regular form; - Since FOP 1.0 implement font-selection, all 14 base fonts are set by default, comprising Symbol and ZapfDingbats fonts - you use elsewhere a font-weight property with 'bold' To avoid such warning, you should define your font-family on the fo:root (like all other inherited properties witch have unwished default values) -- Pascal Le 04/11/2010 13:07, Varra, Mamatha a écrit : > Hi All, > > We are upgrading fop 0.95 to 1.0versions.I couldgeneratethe PDF as > expected butIcould see some warnings related to font-substitution in > my console. I tried to figure out, but couldn't. Does anyonehaveseen > thesewarnings?Your help isgreatly appreciated. > > Consolewarnings: > > FOUserAgent W org.apache.fop.events.LoggingEventListener processEvent > Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". > > FOUserAgent W org.apache.fop.events.LoggingEventListener processEvent > Font "ZapfDingbats,normal,700" not found. Substituting with > "ZapfDingbats,normal,400". > > Thanks, > > Mamatha. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
