To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96581
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Dec 17 16:59:26 +0000
2008 -------
AW: It's a WIN32 only error and seems to have to do with the different Font
matching on windows. Problem here is that Windows does not allow to get a
good/correct font with providing width and height values. Current behaviour is
to offer only height, a good width is offered from the system. Currently, there
is still System-dependent code in getVclFontFromFontAttributes to set the font
width after getting a font when the target width != target height.
I already fixed this in aw059 for TextSimplePortionPrimitive2D::getB2DRange and
TextSimplePortionPrimitive2D::getTextOutlinesAndTransformation by calculating a
scaling factor between the target font width and the acually offered one from
Windows. This is done using getCurrentFontRelation().
I will now test out if it is necessary at all to set the font width in
getVclFontFromFontAttributes...
---------------------------------------------------------------------
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]