http://xml.apache.org/fop/fonts.html says:

 FOP (building PDF files) normally supports only the base 14 font package 
 defined in the Adobe PDF specification. That includes the following 
 fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats.

I have in an FO document:

 <fo:block font-size="14pt" font-family="Symbol">
      Symbol 12345
  </fo:block>
  <fo:block font-size="14pt" font-family="ZapfDingbats">
      ZapfDingbats: ahijk '"\] 12345
  </fo:block>

In the PDF generated by FOP, I see:

  ###### 12345

and then a bunch of images of scissors for the ZapfDingbats text.

Surely that can't be right; I expected to see more varied Dingbats :) Am I 
doing something wrong? Is this really the expected output for those fonts?

j

---
  "Users complain that they receive too much spam, while spammers protest
messages are legal." -InfoWorld
  "You do not have to do everything disagreeable that you have a right to
do." -Judith Martin (Miss Manners)



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

Reply via email to