Re: [iText-questions] "Arial Unicode MS" and FontFactory.registerDirectories()

2008-04-15 Thread nanotime
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:

Re: [iText-questions] "Arial Unicode MS" and FontFactory.registerDirectories()

2008-04-15 Thread nanotime
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

[iText-questions] "Arial Unicode MS" and FontFactory.registerDirectories()

2008-04-14 Thread nanotime
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);