https://issues.apache.org/ooo/show_bug.cgi?id=121382
--- Comment #1 from [email protected] --- Did some investigation in the AOO source: The problem is in the WinMtfOutput::DrawText method: the passed pDXArry is converted with the ImplMap(Size) method. This method uses the current XForm to performa the calculation. However, since the current transformation is a rotation of 90/270 deg, the XFrom attributes .eM11 and .eM22 are (close) to zero due to cos(90). This lead to the fact that all x offsets of the characters are 0 and each character is draw at the same location. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
