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





------- Additional comments from [EMAIL PROTECTED] Fri May 16 11:48:46 +0000 
2008 -------
I'm not sure whether we need to add mnExtLeading.  Personally, mnExtLeading = 0
is fine for me even with Hiragino fonts.

The problem I can think of using mnAscent and mnDescent with the value

    pMetric->mnAscent = static_cast<long>(+aMetrics.ascent  * fPixelSize + 0.5);
    pMetric->mnDescent = static_cast<long>(-aMetrics.descent * fPixelSize + 
0.5);

for Hiragino fonts is that the messages in dialogs looks a little bit condensed
for ja version (see attached option-dialog-ja.png; it uses Hiragino Kaku 
Gothic).


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