t file?
> Is there a font file in that path?
> Do you have access permissions to that font file?
> Can you read the font file to a byte array and create the font from
> that?
>
> Paulo
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:
ldn't tweak right "fonts.properties" file.
So, now it work's fine on both Windows and Linux.
Again, thanks for your reply.
1T3XT info wrote:
>
> nanotime wrote:
>> I'm using itext for creating PDF file with Unicode encoding.
>> My workstation is Windows Vis
I'm using itext for creating PDF file with Unicode encoding.
My workstation is Windows Vista, so I create fonts using this construction:
--
BaseFont arialUnicode =
BaseFont.createFont("C:\\Windows\\Fonts\\arialuni.ttf", BaseFont.IDENTITY_H,
BaseFont.EMBEDDED);