[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-11-28 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User nmailhot changed the following:

What|Old value |New value

  CC|'hdu' |'fedorafonts,hdu'





-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686





--- Additional comments from h...@openoffice.org Mon Jan 12 09:51:18 + 
2009 ---
Probably related to issue 97326

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
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

  CC|''|'hdu'

 Assigned to|hdu   |pl

  Status|STARTED   |NEW

  OS/Version|Linux |All





--- Additional comments from h...@openoffice.org Mon Jan 12 10:57:00 + 
2009 ---
Not related to issue 97326.

@pl: since CWS glyphadv PdfWriter_Impl::drawLayout() has bad problems in 
situations with nGlyphs!=1 and 
nOrientation!=0, because the glyph iteration in this method ignores the 
orientation. The bug is usually hidden by 
the fact that the glyph run is merged, so the PDF text matrix does the glyph 
position update (correctly) instead 
of the code in drawLayout (incorrectly). The accented glyph triggers the bug 
becoming visible because of its 
type1-glyph advance.

The most simple workaround against this bug in PdfWriter_Impl::drawLayout() is 
to set nMaxGlyps=1 to let 
GetNextGlyphs() do the work of calculating the correct positions. The point of 
CWS glyphadv was to reduce the 
PDF size by merging glyph runs whereever possible, so this workaround is no 
good long term fix.


-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from p...@openoffice.org Mon Jan 12 11:22:10 + 
2009 ---
And would you perchance enlighten me with your wisdom what exactly is supposed
to be wrong in there ?

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
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

OtherIssuesDependingOnTh|  |95057
  is|  |





-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
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 11:51:00 + 
2009 ---
 And would you perchance enlighten me with your wisdom what exactly is 
 supposed to be wrong in 
there ?

Sure, listen to these words of wisdom:
The line
   aGNGlyphPos.X() += nAdvanceWidths[i]/rLayout.GetUnitsPerPixel();
only works when orientation==0. Likewise the line when the vertical-alternate 
glyphs are enabled
   aGNGlyphPos.Y() += nAdvanceWidths[i]/rLayout.GetUnitsPerPixel();
only works when orientation==2700.
The proper solution is to advance the glyph postion in the direction requested 
by the orientation.

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from p...@openoffice.org Mon Jan 12 12:01:03 + 
2009 ---
and where o wise master do I get the information from that the direction changes
within a glyph run ? And why doesn't the layout deliver different orientations
in a run in the first place ? Since obviously the advancement array in such a
case does not make much conceptual sense.

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
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 + 
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686





--- Additional comments from h...@openoffice.org Mon Jan 12 12:27:00 + 
2009 ---
s/aPixOfs/aOrientedOffset/

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User pl changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.x





--- Additional comments from p...@openoffice.org Mon Jan 12 12:31:34 + 
2009 ---
target

-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-01-12 Thread hdu
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

OtherIssuesDependingOnTh|95057 |95057,97991
  is|  |





-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2008-06-05 Thread hdu
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

Target milestone|OOo 3.0   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Thu Jun  5 14:25:21 + 
2008 ---
have to retarget (I hope to get a solution for OOo3 though)

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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2008-06-04 Thread hdu
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

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Jun  4 12:05:35 + 
2008 ---
Confirmed with DEV300_m16

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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2008-04-21 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User mba changed the following:

What|Old value |New value

   Component|Word processor|gsl

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]

Subcomponent|save-export   |code





--- Additional comments from [EMAIL PROTECTED] Mon Apr 21 15:29:25 + 
2008 ---
changed component

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