https://issues.apache.org/ooo/show_bug.cgi?id=120627
--- Comment #4 from Tang Meng <[email protected]> --- 1. Root Cause: The distance calculation between two points in PDFWriterImpl::drawVerticalGlyphs is incorrect. The various nXOffset value should be the distance between the last character's position point and the next character's position point. The original value is the distance of axis Y between two points which will make the characters' offset incorrect after aDeltaPos transformed and translated by the matrix. 2. Resolution: Change nXOffset value from the distance of axis Y between two points to the distance between two points. -- You are receiving this mail because: You are the assignee for the bug.
