To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111054
------- Additional comments from [email protected] Thu May 6 05:10:53 +0000 2010 ------- Regarding the topic of the justification emulation layer I mentioned in #desc18 and #desc21: This can be disabled by overriding the AdjustLayout() method from class derived from SalLayout. I saw that GraphiteLayout::AdjustLayout() already does that, but it mostly copied the code from the generic SalLayout justification emulation layer. So the kashidas noticed in #desc17 come from GraphiteLayout::kashidaJustify() instead of the GenericSalLayout::KashidaJustify() which I suspected first. If graphite prefers to do the justification itself just forward the justification request in AdjustLayout() to e.g. gr::Segment::JustifiedSegment(). --------------------------------------------------------------------- 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]
