Peter wrote:
I am trying to use a Barcode font (IDAutomationC39S) and I am getting an NPE
with the following trace listed lower.

Barcode fonts are tricky, because barcode glyphs are not separate
unicode glyphs.
It seems that the encoding for your font is unknown. Try to generate
the font metrics using the -enc ansi, although I think you did this
already. Would you mind sending in your metrics file?

If all else fails, try the barcode4j extension or generate a SVG
for the barcode and use this (there are XSLT style sheets out there
for this purpose).

J.Pietschmann

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

Reply via email to