Re: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont()

2010-01-25 Thread Paulo Soares
...@pacificdataworks.com] Sent: Saturday, January 23, 2010 12:43 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont() Thanks, Paulo. Is there any way to tell programatically whether a font is a symbolic font

Re: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont()

2010-01-23 Thread mister bean
not an Unicode font. Looking at the font would help. Paulo -Original Message- From: mister bean [mailto:abinst...@pacificdataworks.com] Sent: Friday, January 22, 2010 9:29 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Knowing the Correct Font Encoding

[iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont()

2010-01-22 Thread mister bean
I have several .otf fonts that have this property: If I use FontFacotry.getFont() with encoding BaseFont.IDENTITY-H to use them, I get no exception, but nothing prints in the PDF (it's blank). However, if I change the encoding to BaseFont.WINANSI, the text prints fine (and uses the font).

Re: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont()

2010-01-22 Thread Paulo Soares
, January 22, 2010 9:29 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont() I have several .otf fonts that have this property: If I use FontFacotry.getFont() with encoding BaseFont.IDENTITY-H to use them, I