Re: [docbook-apps] Unicode Not displaying in PDF

From
Blexander von Celow
Date
2009-05-08T12:12:37+00:00
ID
Thread
Re: [docbook-apps] Unicode Not displaying in PDF
Hello,

yes, I am using apache

I have added

     <font
     embed-url="/System/Library/Fonts/Apple Symbols.ttf">
           <font-triplet name="AppleSymbols" style="normal"  
weight="normal"/>
     </font>

to the fonts element in my fop.xconf, but still, same result.

If this is not easy, and requires a lot of RTFM, then I will just let  
the typesetter take care of that... I am just an author trying to get  
the output right for my own proofreading...

Alex

Am 08.05.2009 um 13:44 schrieb Remko Tron蔞n:

>> Forgive my newbyisch question, but how do I register the font?
>
> What FO processor are you using? If it's Apache FOP, see here:
> http://xmlgraphics.apache.org/fop/0.95/fonts.html
> Basically, this means creating a fop config file with the path to the
> fonts in it.
>
> cheers,
> Remko