gdtiti / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Bug when enter a text with accents in addCell #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. using addCell including accents (like 'à', 'î', etc.) in text and using
center alignement 
ex.: myPDF.addCell(0, 0, "Bônjõûr Monsïeúr", 1, 0, Align.CENTER);

What is the expected output? What do you see instead?
the output text is not center, it is shifted.

What version of the product are you using? On what operating system?
AlivePDF 0.1.4.9 - Windows 7 x64

See example in attachment

Original issue reported on code.google.com by david.an...@gmail.com on 7 Oct 2009 at 1:56

Attachments:

GoogleCodeExporter commented 8 years ago
Hi david,

This has been fixed in the latest SVN drop ( 0.1.5 RC).

Let me know if it works smoothly for you now,

best,

Thibault

Original comment by thibault.imbert on 24 Jan 2010 at 3:24