To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88269





------- Additional comments from [EMAIL PROTECTED] Fri May  2 07:23:03 +0000 
2008 -------
@hdu: I found that Linux version also has the same issue and the guilty code
could be easily located by the issue number #110641#. Please have a look at
vcl/source/glyphs/gcach_ftyp.cxx.

With my own build of BEA300_m2 on Ubuntu Linux, I could confirm that this issue
goes away if I commented out the following code.

(In vcl/source/glyphs/gcach_ftyp.cxx)
/* 
// #110641# external leading for Asian fonts.
// The factor 0.3 has been verified during experiments.
const long nCJKExtLeading = (long)(0.30 * (rTo.mnAscent + rTo.mnDescent));

if ( nCJKExtLeading > rTo.mnExtLeading )
    rTo.mnExtLeading = nCJKExtLeading - rTo.mnExtLeading;
else
    rTo.mnExtLeading = 0;
*/

@ssa: Even though I took out the code for 30% external leading, I failed to
reproduce the wave line issue. Would you explain the wave line issue in detail
and give me steps to reproduce it? Thanks!

---------------------------------------------------------------------
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]

Reply via email to