Issue 29653 - EPS export not properly outputing greek/coptic & times font
Summary: EPS export not properly outputing greek/coptic & times font
Status: CLOSED DUPLICATE of issue 35203
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: OOo 1.1.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: hdu@apache.org
QA Contact: issues@graphics
URL:
Keywords:
Depends on: 35203
Blocks:
  Show dependency tree
 
Reported: 2004-05-28 20:58 UTC by t35t0r
Modified: 2005-02-21 17:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
test files and output files (58.34 KB, application/x-compressed)
2004-05-28 20:59 UTC, t35t0r
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description t35t0r 2004-05-28 20:58:13 UTC
The following file is the test file (images have been removed for security
purposes):

http://linegli.mc.vanderbilt.edu/~sabuj/epsExport/test.sxi

Slide1: File -> Export -> EPS -> no preview, level 2, color, no compression

greek/coptic lettering is gone, times font has been "squashed" horizontally. The
output is at:

http://linegli.mc.vanderbilt.edu/~sabuj/epsExport/ooffice111.eps

The export seems to work only under StarOffice6 since it has an option to export
text as glyph outlines which is not available in the EPS export dialog in either 
OO1.1.0, OO1.1.1, or StarOffice7.

A zip including all output files and test files is at:

http://linegli.mc.vanderbilt.edu/~sabuj/epsExport/oofficeEPSexport.zip

I have posted the same problem to staroffice forums for soffice6/7 at the
following url:

http://supportforum.sun.com/staroffice/index.php?t=msg&th=1845&start=0&rid=5385&SQ=0431a5770c70e3e14e2c8f9a61dbe3ef
Comment 1 t35t0r 2004-05-28 20:59:37 UTC
Created attachment 15551 [details]
test files and output files
Comment 2 wolframgarten 2004-06-01 11:20:29 UTC
Reproducible. Under Windows it looks ok.
Comment 3 wolframgarten 2004-06-01 11:23:18 UTC
Set to target 2.0 since it worked in 1.0.0. Reassinged to Sven.
Comment 4 sven.jacobi 2004-06-01 11:39:04 UTC
SJ->HDU: Seems to be a problem in your area. In each StarOffice version the EPS
exporter is using the same method to retrieve the text outline
(OutPutDevice::GetTextOutlines).
Comment 5 hdu@apache.org 2004-06-02 12:57:27 UTC
.
Comment 6 hdu@apache.org 2004-10-08 10:32:49 UTC
HDU->HDU reminder: The greek symbols are not supported by the selected font, so
glyph fallback has to be used. The GetOutline() method is called in a
MultiSalLayout object where one of the sub-SalLayouts comes from a vector font
and the other one from a bitmap font. Since the SalLayout for the vector
SalLayout produced reasonable polygons bitmap font and the bitmap font based
SalLayout only has an empty GetOutline() method the bitmap->outline crutch in
outdev3.cxx is not triggered.
Comment 7 hdu@apache.org 2004-12-02 10:44:25 UTC
Same root cause as 35203. The test document here should be used as a another
test for the fix.

*** This issue has been marked as a duplicate of 35203 ***
Comment 8 hdu@apache.org 2005-02-21 17:07:15 UTC
Closing duplicate