To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'' |'hdu'
--------------------------------------------------------------------------------
Assigned to|hdu |pl
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
OS/Version|Linux |All
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jan 12 10:57:00 +0000
2009 -------
Not related to issue 97326.
@pl: since CWS glyphadv PdfWriter_Impl::drawLayout() has bad problems in
situations with nGlyphs!=1 and
nOrientation!=0, because the glyph iteration in this method ignores the
orientation. The bug is usually hidden by
the fact that the glyph run is merged, so the PDF text matrix does the glyph
position update (correctly) instead
of the code in drawLayout (incorrectly). The accented glyph triggers the bug
becoming visible because of its
type1-glyph advance.
The most simple workaround against this bug in PdfWriter_Impl::drawLayout() is
to set nMaxGlyps=1 to let
GetNextGlyphs() do the work of calculating the correct positions. The point of
CWS glyphadv was to reduce the
PDF size by merging glyph runs whereever possible, so this workaround is no
good long term fix.
---------------------------------------------------------------------
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]