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);
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
>>
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
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