To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100522
User hdu changed the following:
What |Old value |New value
================================================================================
OtherIssuesDependingOnTh| |95768
is| |
--------------------------------------------------------------------------------
Keywords|oooqa |oooqa, regression
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Mar 25 15:02:23 +0000
2009 -------
Here is plan B, which fixes the problem too and which doesn't increase the file
size.
It is still only a workaround though which is needed until i87686 gets fixed.
The root cause was that the glyph-positions already contain the text-rotation.
So the fTheoreticalGlyphWidth got calculated wrongly.
--- source/gdi/pdfwriter_impl.cxx (revision 270007)
+++ source/gdi/pdfwriter_impl.cxx (HDU's working copy)
@@ -6681,2 +6681,3 @@ PDFWriterImpl::drawHorizontalGlyphs(
// check for adjustment
double fTheoreticalGlyphWidth = rGlyphs[nPos].m_aPos.X() -
rGlyphs[nPos-1].m_aPos.X();
+ fTheoreticalGlyphWidth = fabs( fTheoreticalGlyphWidth ); //
#i100522# workaround
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]