This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook-apps] RE: %isopub character entities not working


What's the value of your body.font.family parameter?  The default is just
'serif', which typically defaults to the Adobe Times Roman font, which does
not include very many "special" characters. 

Try adding 'Zapf Dingbats' to your body.font.family parameter:

 <xsl:param name="body.font.family" select="'serif, Zapf Dingbats'"/>

With font-selection-strategy set to character-by-character, XEP will use the
first font in the list for each character.  (You may have to double check
that the characters you want are in Zapf Dingbats -- I think those you
mentioned will be.  If they aren't, you can try adding Symbol, also.)

Jeff

> -----Original Message-----
> From: Bob Stayton [mailto:bobs@sco.com]
> Sent: Monday, July 21, 2003 12:45 PM
> To: Immell, Tara
> Cc: 'docbook-apps@lists.oasis-open.org'
> Subject: Re: [docbook-apps] RE: %isopub character entities not working
> 
> 
> On Mon, Jul 21, 2003 at 10:28:39AM -0700, Immell, Tara wrote:
> > I am using:
> > XEP, Client Edition, Version 3.4, April 30, 2003.
> > 
> > I was using an older docbook.xsl (v 1.22 2003/04/1), so I downloaded
> > docbook-xsl-1.61.3. The result is better in that I just 
> have a blank (not an
> > outlined rectangle) where the &check; should be. 
> 
> The fo output looks ok.  It shows as &#x2713;.
> And the fo:root element has
> font-selection-strategy="character-by-character".
> I think this is an XEP issue.  It isn't loading
> the font that has that character.  You might
> ask on the xep-support list about Dingbat characters.
> 
> bobs
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]