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 h...@openoffice.org 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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to