Closed
Bug 144376
Opened 23 years ago
Closed 17 years ago
[ps] inaccurate postion when printing with Bold or Italic
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: Louie.Zhao, Assigned: rods)
References
()
Details
Attachments
(7 files, 1 obsolete file)
If part of one line is using Bold or Itatic, the postion of succeeding charaters
is not inaccurate when printing. Charaters after "Bold" are to the left of
proper position;Charaters afer "Itatic" are to the right of proper position.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
1. Is this a DUPlicate of bug 130438 ("printing messes up italics and ems") ?
2. This issue looks PostScript module only; the testcase
(http://udk.openoffice.org/common/man/uno.html) prints fine with Xprint
module...
Whiteboard: DUPME
Reporter | ||
Comment 3•23 years ago
|
||
In bug 130438, Itatic and Emphasis characters become larger and bolder;In this
bug, Itatic and Bold characters will misplace the succeeding character.So I
think it's not a duplicate.
Since xprint works well, It's really a "PostScript" problem.
Comment 4•23 years ago
|
||
Comment on attachment 83492 [details]
ps file displaying Bold and Itatic problem (Moz's PostScript module)
1. Fixing mimetype to "application/postscript"
2. Can you attach the HTML source for this postscript job, please ?
Attachment #83492 -
Attachment mime type: application/octet-stream → application/postscript
Comment 5•23 years ago
|
||
Sounds like bug 109970
Reporter | ||
Comment 6•23 years ago
|
||
Yes
Dup of bug 109970
*** This bug has been marked as a duplicate of 109970 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 8•23 years ago
|
||
Please bite me if I am blind - but bug 109970 ("Overlapping text when in print
preview.") explicitly talks about _print_preview_.
This does not look like a DUPlicate of bug 109970. Print preview has different
font issues since it measures the size of the printer fonts and then tries to
"replicate" these printer fonts using screen fonts.
"Real" printing to a printer is a different case...
----
Reopening...
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•23 years ago
|
Attachment #83492 -
Attachment description: ps file displaying Bold and Itatic problem → ps file displaying Bold and Itatic problem (Moz's PostScript module)
Updated•23 years ago
|
Comment 9•23 years ago
|
||
Comment 10•23 years ago
|
||
Louie Zhao:
Does attachment 83682 [details] print for you correctly ?
Attachment #83479 -
Attachment is obsolete: true
Reporter | ||
Comment 11•23 years ago
|
||
attachment 82682 [details] [diff] [review] is correct using both ghostscript(to display) and printer(to
print).So it's only about PostScript printing.
Comment 12•23 years ago
|
||
Louie Zhao wrote:
> attachment 82682 [details] [diff] [review] is correct using both ghostscript(to display) and printer(to
^^^^^
s/82682/83682/ :)
> print).So it's only about PostScript printing.
Thanks!
----
- Confirming bug
- Adding "[ps]" to the summary
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: inaccurate postion when printing with Bold or Itatic → [ps] inaccurate postion when printing with Bold or Itatic
Whiteboard: DUPME
Updated•23 years ago
|
Summary: [ps] inaccurate postion when printing with Bold or Itatic → [ps] inaccurate postion when printing with Bold or Italic
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Future
Comment 13•22 years ago
|
||
I can't reproduce this problem in recently trunk.
See the output ps file
Comment 14•21 years ago
|
||
this testcase is still showing the bug with linux trunk 20030911
Comment 15•21 years ago
|
||
postscript module puts too much space before the italics for most font sizes,
for others, there's too little space. bold seems fine.
Comment 16•21 years ago
|
||
xprint gets it ok most of the time, but for 9-11pt font, puts too little space
before the italics. bold is fine again.
Comment 17•17 years ago
|
||
This should have been fixed by the move to Cairo for page rendering.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•