To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686
User hdu changed the following:
What |Old value |New value
================================================================================
Assigned to|hdu |pl
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jan 12 12:24:29 +0000
2009 -------
A layout and thus a glyph run only has one orientation. The advancement array
is in the direction of that
orientation. The individual glyph positions are thus something like
nPixelWidthSum = nAdvWidthSum / rLayout.GetUnitsPerPixel()
Point aPixOfs = Point( cos_oriented*nPixelWidthSum,
sin_oriented*nPixelWidthSum)
aGNGlyphPos = aBasePoint + aOrientedOffset
Since some orientations are more common than others and a glyph run often
contains just one glyph there
are some obvious optimization possibilities.
---------------------------------------------------------------------
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]