Issue 19033 - Export to .eps loses font attributes
Summary: Export to .eps loses font attributes
Status: CLOSED DUPLICATE of issue 19442
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: hdu@apache.org
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 23:55 UTC by irvcobb
Modified: 2003-09-29 17:21 UTC (History)
2 users (show)

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


Attachments
Draw file used as source for .eps files (6.99 KB, application/octet-stream)
2003-09-10 13:33 UTC, irvcobb
no flags Details
.eps file as created by OOo under Windows 98 (76.59 KB, application/octet-stream)
2003-09-10 13:34 UTC, irvcobb
no flags Details
.eps file as created by OOo under Linux (71.79 KB, application/octet-stream)
2003-09-10 13:36 UTC, irvcobb
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description irvcobb 2003-09-03 23:55:04 UTC
When exporting a document to .eps, I get all kinds of odd font attributes in the
.eps file. Someimtes fonts are too large, sometimes too small, sometimes all
text objects are effected, sometimes just a few. This is true using RC3 on
Redhat 9 and on a Knoppix-installed Debian system. Works fine in Windows 98 on
two separate machines.
Comment 1 wolframgarten 2003-09-08 11:40:06 UTC
Would it be possible to attach the source document and the exported
eps file? Thanks in advance.
Comment 2 irvcobb 2003-09-10 13:33:24 UTC
Created attachment 9168 [details]
Draw file used as source for .eps files
Comment 3 irvcobb 2003-09-10 13:34:39 UTC
Created attachment 9169 [details]
.eps file as created by OOo under Windows 98
Comment 4 irvcobb 2003-09-10 13:36:06 UTC
Created attachment 9170 [details]
.eps file as created by OOo under Linux
Comment 5 irvcobb 2003-09-10 13:40:25 UTC
Here are the attachments. Note that if one edits the Draw file and
exports it again that that the formatting of the .eps file will
change, but still not be correct. My observation is that such changes
move the formatting in the exported file further and further from
accurate.
Comment 6 wolframgarten 2003-09-10 15:20:46 UTC
Sorry, no problems when exporting the file to eps under linux. I guess
that the reason is the Knoppix installed Debian-System. Hello Sven,
any suggestions?
Comment 7 irvcobb 2003-09-10 18:12:53 UTC
Just tried it again on my laptop running RH9. I get the same (wrong
formatting) there, too.
Comment 8 sven.jacobi 2003-09-12 10:20:24 UTC
Hi Herbert,
we use following OutDev method if exporting to eps:


VirtualDevice aVirDev( 1 );
aVirDev.SetMapMode( rVDev.GetMapMode() );
aVirDev.SetFont( aNotRotatedFont );
aVirDev.GetTextOutlines( aPolyPolyVec, rUniString, 0, 0, STRING_LEN,
TRUE, nWidth, pDXArry ) )

For me this looks alright, perhaps you might now how to get even
better TextOutlines.

Since this bug seems to be a font related problem, I believe that this
bug is best suited for you.

Comment 9 hdu@apache.org 2003-09-24 13:18:19 UTC
Root cause has been analyzed in issue 19442. Closing this one as
duplicate.

*** This issue has been marked as a duplicate of 19442 ***
Comment 10 hdu@apache.org 2003-09-29 17:21:21 UTC
Closing. Please reopen if it should show up again in OOo1.1.1.