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


User hdu changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------
                Keywords|                          |aqua
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri May 16 10:33:51 +0000 
2008 -------
Thanks for looking into this! I forgot all about that change. AFAIR it improved 
the QuartzFixed-
>VCLPixel rounding quite a bit. What do you think of this change below?

-    pMetric->mnDescent      = static_cast<long>((-aMetrics.descent + 
aMetrics.leading) * fPixelSize + 
0.5);
+    pMetric->mnDescent      = static_cast<long>(-aMetrics.descent * fPixelSize 
+ 0.5);
     pMetric->mnIntLeading   = 0;
-    pMetric->mnExtLeading   = 0;
+       const long nFullDescent = static_cast<long>((-aMetrics.descent + 
aMetrics.leading ) * fPixelSize 
+ 0.5);
+    pMetric->mnExtLeading   = nFullDescent - pMetric->mnDescent;


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