Closed
Bug 269039
Opened 20 years ago
Closed 17 years ago
japanese printing page shown garbages on Solaris
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: Ervin.Yan, Unassigned)
Details
Attachments
(1 file)
|
1.73 KB,
patch
|
kherron+mozilla
:
review-
|
Details | Diff | Splinter Review |
on solaris, print japanese webpage, the japanese charaters are shown as boxes.
from /etc/fonts/fonts.conf, for Janpanese, hgmlpsun.ttf is for serif, and hpgbpsun.ttf is for sans-serif. if the japanese webpage specific to use both serif and sans-serif fonts, then hgmlpsun.ttf and hpgbpsun.ttf will be both used for printing, but these two fonts have same family name and style name, so the generate ps file can not distinguish between these two fonts. Need modify mozilla source code to add more font specific informations to the CID font name. I think the font Postscript name is more reasonable for the CID font name. libgnomeprint just ust it.
Summary: japanese printing page shown garbages on Solaris → japanese printing page shown garbages on Solaris
Updated•20 years ago
|
Attachment #165495 -
Flags: review?(kherron+mozilla)
Comment 3•20 years ago
|
||
Comment on attachment 165495 [details] [diff] [review] use postscript name for the cid font name. We should be using the string classes for this, rather than allocating & freeing buffers. A likely design would be to pass an nsCAutoString to FT2ToType1FontName() and have it build the font name in that with a series of Append() calls.
Attachment #165495 -
Flags: review?(kherron+mozilla) → review-
Comment 4•20 years ago
|
||
We can work around this problem (and perhaps using Postscript name is a bit more sensible anyway), but shouldn't Sun fix its fonts?
Comment 5•17 years ago
|
||
This issue is obsolete. The printing code in question has been replaced by a new system using Cairo.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•