abahel wrote:

Dear FOP users:

I am using fop-0.92 beta to transform xml2pdf. The document uses GillSansMT
fonts.
I have converted all Gil****.ttf files to Gil****.xml files using TTFReader.
The program executes fine and produces the pdf file. But when I try to view
it using Adobe pdf viewer it gives following error:
"cannot find or create "font 1e2d9GillSansMT,"Bold". Some characters may not
display or  print correctly"

Ok. Are you running from command line? If so, do you se any warnings on the screen?


Here are partial code from configuration file and xsl file.

========configuration file===========
 <font metrics-url="FONTS\GILB____.xml" kerning="yes"
embed-url="GILB____.ttf">
          <font-triplet name="GillSans" style="normal" weight="bold"/>
          <font-triplet name="GillSansMT" style="normal" weight="bold"/>
</font>

Are your metrics in a different directory to the TTF file? You've specified a sub directory of FONTS for the metrics, but the TTF file will need to be in the base dir or the same location as the XML file in order for FOP to correctly embed your font.

<snip/>

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to