Quoting Paulo Soares <[EMAIL PROTECTED]>:
> There's a bug in PdfGraphics2D that shows the text at the wrong position if
> the text is rotated. The fix is:
(fix)
OK thanks, I uploaded the fix to CVS.
___
iText-questions mailing list
[EMAIL PROTECTED]
h
There's a bug in PdfGraphics2D that shows the text at the wrong position if
the text is rotated. The fix is:
public void drawString(String s, float x, float y) {
AffineTransform inverse = this.normalizeMatrix();
AffineTransform flipper = AffineTransform.getScaleInstance(1,-1)