To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108674
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'mru' |'hdu,mru'
--------------------------------------------------------------------------------
Assigned to|hdu |od
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Jun 17 13:53:13 +0000
2010 -------
The easiest solution would be to avoid the squeezing at all. For some reason
the stretch factor of this
text is 101% as can be seen in Format->Character->Position->ScaleWidth.
The story behind the problem with stretching is that this is very dependent on
the font on WIN. The
stretch factor is not stored explicitely, but as the ratio with an "average
char width". Due to some bad
design decision 20years ago and some million documents later this
too-direct-to-the-GDI approach is
causing very tricky problems once in a while:
When several font faces are selected in one font request (such as in
"Times;Times New Roman") and the
same font width request is used for fonts with different "average char widths"
problems are bound to
happen, especially if the reference device and the target device (PDF) resolve
the request differently.
Long words->short summary: finding the code in footnote handling where this
superfluous and
problematic stretching gets introduced and getting rid of that, is the best
solution
reassigning to OD as the footnote-code owner(?)
---------------------------------------------------------------------
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]