Closed
Bug 227535
Opened 21 years ago
Closed 21 years ago
[ps] PostScript printed from Mozilla uses wrong font name for Helvetica Oblique
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 135408
People
(Reporter: steven.cogorno, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827
It seems that Mozilla uses the font name "Helvetica_Oblique" in the PostScript
findfont statement. The correct font name is "Helvetica-Oblique". Notice that
the Mozilla version uses an underscore instead of a dash.
All other fonts (including other variants of Helvetica) correctly use a dash.
Reproducible: Always
Steps to Reproduce:
1. Find a page with Helvetica Oblique
2. Print the page to postscript
3. Search for Oblique in the PostScript file.
Actual Results:
/F7
/Helvetica_Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding isolatin1encoding def
currentdict end
definefont pop
Expected Results:
/F7
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding isolatin1encoding def
currentdict end
definefont pop
![]() |
||
Comment 1•21 years ago
|
||
This has been fixed for quite a while.... 1.1 is _very_ old.
*** This bug has been marked as a duplicate of 135408 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
OS: SunOS → Solaris
Summary: PostScript printed from Mozilla uses wrong font name for Helvetica Oblique → [ps] PostScript printed from Mozilla uses wrong font name for Helvetica Oblique
You need to log in
before you can comment on or make changes to this bug.
Description
•