[iText-questions] Tamil language

2009-09-17 Thread pedro75
Hi I've a problem with tamil language. I must show my pdf in this language. Before this I showed my message in thai language, I solved my problem with these two lines of code: BaseFont bf = BaseFont.createFont("courmon.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED); Font font = new Font(bf, 12);

Re: [iText-questions] PDF in thai language on Linux

2009-06-17 Thread pedro75
perfect I use the ttf font and all works fine thank you. 1T3XT info wrote: > > pedro75 wrote: >> ok you suggest to add a font. >> >> I downloaded this free font "courmon.ttf" I stored it as a resource. So >> now >> I use it and all works >>

Re: [iText-questions] PDF in thai language on Linux

2009-06-15 Thread pedro75
both ttf fonts and also bdf fonts ? Or on linux platform I must use only bdf? Regards Bruno Lowagie (iText) wrote: > > pedro75 wrote: >> But my question is how to produce this pdf file without know the >> platform. >> In linux of course font's directory is dif

[iText-questions] PDF in thai language on Linux

2009-06-15 Thread pedro75
Hi to everyone, I must write a file in thai language. On Windows platform it's ok with these lines all works fine: Document pdfDocument = new Document(); PdfWriter.getInstance(pdfDocument, new