To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'mmeeks' |'hdu,mmeeks'
--------------------------------------------------------------------------------
Assigned to|pl |hdu
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
OS/Version|Linux |Unix, X11
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Nov 2 00:44:26 -0800
2006 -------
The emboldening code seems to change the metrics of the glyph. In your
screenshot the FT_Glyph.advance.y became non-zero. Your patch solves this
problem by ignoring the changes to the metric. Though this works in this
particular case this doesn't look like a good solution.
The other parts of the patch would kill artificial emboldening for
non-antialiased text (e.g. for an 8bit display the GetGlyphBitmap1() method is
called) and for vector graphics (e.g. Fontwork, flash export etc. call the
GetGlyphOutline() method).
So instead of killing most of the artificial emboldening feature I suggest we
should work on getting the metrics of the emboldened glyphs right. Which version
of the freetype library is involved here, which features are enabled and what is
the name of the problematic font?
---------------------------------------------------------------------
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]