Issue 23141 - EPS-Export: Font-Error, Curves are not smooth
Summary: EPS-Export: Font-Error, Curves are not smooth
Status: ACCEPTED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: PC Unix, all
: P3 Trivial with 1 vote (vote)
Target Milestone: OOo 3.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-03 10:13 UTC by kuropka
Modified: 2013-02-07 22:17 UTC (History)
3 users (show)

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


Attachments
Example (6.65 KB, application/octet-stream)
2003-12-03 10:14 UTC, kuropka
no flags Details
EPS of example (12.46 KB, application/octet-stream)
2003-12-03 10:16 UTC, kuropka
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description kuropka 2003-12-03 10:13:41 UTC
When exporting drawing on a Linux machine to EPS, the font letters are
compressed and there is much space between them (I used Helvetica). Curves are
not smooth, they habe edges. This error only seems to occure on Linux machines.
I had no problems on windows.
Comment 1 kuropka 2003-12-03 10:14:41 UTC
Created attachment 11717 [details]
Example
Comment 2 kuropka 2003-12-03 10:16:19 UTC
Created attachment 11718 [details]
EPS of example
Comment 3 wolframgarten 2003-12-05 08:47:31 UTC
Reproducible.
Comment 4 wolframgarten 2003-12-05 08:48:03 UTC
Reassigned to Sven. Please have a look.
Comment 5 sven.jacobi 2004-01-21 11:23:28 UTC
SJ->HDU: The code for the eps export filter is platform independent, If
exporting eps files we are retrieving curves via GetTextOutlines, so this issue
seems to be a general linux specific font problem. I think this issue is in the
right hand now.
Comment 6 hdu@apache.org 2004-01-21 12:48:15 UTC
HDU reminder: OutputDevice::GetTextOutline() for non-scalable X11 font when
(bOptimize==true) => (nOrigWidth!=nWidth) => polygon width scaling
Comment 7 hdu@apache.org 2004-01-22 10:17:46 UTC
As a temporary workaround I suggest to use scalable fonts only for EPS export or
to install scalable versions of the fonts that are only available as bitmap fonts.
Comment 8 hdu@apache.org 2006-11-07 08:04:02 UTC
@sj: with GetTextOutline now available in B2DPolyPolygon format and X11 fonts
disabled since recently the only thing remaining to do to fix this is to update
the EPS export to use B2DPolyPolygon instead of the tools polygons. Since this
doesn't require much effort I suggest to adjust the target milestone to
something earlier.
Comment 9 sven.jacobi 2006-11-07 09:58:20 UTC
changed target.
Comment 10 Martin Hollmichel 2008-01-28 02:31:29 UTC
set target 3.x