To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64743 Issue #:|64743 Summary:|Enable MultiSalLayout::AdjustLayout for Level 1 as |well as > 1 Component:|gsl Version:|OOo 2.0.2 Platform:|All URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|hdu Reported by:|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Apr 25 04:51:42 -0700 2006 ------- The string... ヘルプ(~H) i.e. 3 Japanese Glyphs followed by 3 Western ones I specified the font as "Luxi Sans" which doesn't have any CJK glyphs so I get a MultiSalLayout like below on entering MultiSalLayout::AdjustLayout i.e. the Western glyphs got positioned on the assumption that the CJK glyphs exists in Luxi Sans, while the CJK glyphs are at the right position following glyph substitution, while the Western ones are now in the wrong places and ideally would get adjusted to new correct positions string index 3 is at 12 level 1 string index 4 is at 16 level 1 string index 5 is at 25 level 1 string index 0 is at 0 level 2 string index 1 is at 13 level 2 string index 2 is at 26 level 2 With the following trivial (trivial looking anyway) patch the right thing happens for me and I'm a happy camper. string index 3 is at 39 level 1 string index 4 is at 43 level 1 string index 5 is at 52 level 1 string index 0 is at 0 level 2 string index 1 is at 13 level 2 string index 2 is at 26 level 2 Now this won't happen in a stock upstream OOo because we've hacked ours to a) use the fontconfig glyph substitution patches I've logged elsewhere b) also hacked the UI font test to always use the desktop font if 1 is enabled so this is down quite a customized chain of patches so I'm ok if you think this is irrelevent and want to WONTFIX it. After Screenshot: http://people.redhat.com/caolanm/png/screenshot.ja.fixed.png Before Screenshot: http://people.redhat.com/caolanm/png/screenshot.fixed.png --------------------------------------------------------------------- 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]
