To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=77976
------- Additional comments from [EMAIL PROTECTED] Mon Jan 14 13:01:46 +0000 2008 ------- Thanks for checking that it works for Hebrew. To get PDF export right in the new scheme of things UniscribeLayout::GetNextGlyphs() needs to adjust the glyph positions. I'll do it soon. The kashida justification in OOo is decided by sw/source/core/text/porlay.cxx. Unfortunately this is a one way decision which doesn't consult the suggestion by the platform's layout engine. Probably the inconsistencies are caused by this. VCL overriding SW's placement of kashidas would cause many problems with cursor movement, background colors, text measurements etc. Looking back I don't remember the exact details of replacing some uJustification values with kashidas either :-/ I could find out with a long investigation though. It was probably massaged to work with several old USP versions. I'd be happy to get rid of this hack entirely for new enough USPs and made it conditional to bManualCellAlign. Your suggestion to replace just SCRIPT_JUSTIFY_NONE sounds good, did you try it on both newer and older USP versions? --------------------------------------------------------------------- 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]
