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


User sj changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|sj                        |hdu
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Feb 16 03:22:44 -0800 
2006 -------
sj->hd: The problem seems to be the font width that is given by the VDev in
svtools/source/filter.vcl/wmf/winmtf.cxx line ~300. There we use following code
to determine the font width:

if ( !rFont.lfWidth )
        {
                VirtualDevice aVDev;
                aFont.SetSize( aFontSize );
                aVDev.SetFont( aFont );
                FontMetric aMetric( aVDev.GetFontMetric() );
                aFontSize.Width() = aMetric.GetWidth();
        }


If you skip the code everything looks all right. Please have a look and change
the target if you have a proper solution for OOo2.03. 

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