Closed
Bug 31334
Opened 25 years ago
Closed 25 years ago
Japanese charactor cannot select bold font.
Categories
(Core :: Layout, defect, P3)
Tracking
()
M16
People
(Reporter: m_kato, Assigned: kmcclusk)
Details
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Using <H?> element or <B> element etc, strings should display via bold font.
But Japnaese charactor is not display via bold font.
Reporter | ||
Comment 1•25 years ago
|
||
Reassigning to Erik. This seems more like a font selection problem than a layout
problem
Assignee: troy → erik
Updated•25 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: M16
Comment 3•25 years ago
|
||
Most DBCS fonts have only regular style.
Nevertheless, we can request their "bold" variant since Windows GDI can
simulate bold attribute.
Currently, Mozilla would never use simulated variants since EnumFontFamiliesEx
enumerates only nonsimulated font variants.
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Kevin, the attached patch is in your weight-related code. Would you please take
a look, and see if it's OK? Thanks.
Assignee: erik → kmcclusk
Status: ASSIGNED → NEW
Assignee | ||
Comment 6•25 years ago
|
||
Looks good to me. The patch is out of date, though. VYV03354@nifty.ne.jp Could
you do a new pull and build another patch? Thanks..
Status: NEW → ASSIGNED
Comment 7•25 years ago
|
||
nsFontMetricsWin.cpp seems to be not changed.
However, I'll attempt to attach a new patch.
Comment 8•25 years ago
|
||
Comment 10•25 years ago
|
||
*** This bug has been marked as a duplicate of 18601 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•