Closed
Bug 4101
Opened 26 years ago
Closed 25 years ago
need to add CSS font-stretch to nsFont
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
M15
People
(Reporter: erik, Assigned: pierre)
Details
I'm implementing Unicode and some of CSS on Unix, and I bumped into the lack
of the CSS font-stretch info in nsFont. X has long font names that include
the stretchiness, and it would be nice if we could pass the font-stretch
property down to GFX to select the appropriate font(s).
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Comment 1•26 years ago
|
||
Bug #3512 was related to font-stretch not being functional. Peterl comments:
'CSS2 feature that was never promised. Don't know if font code can even deal
with it.'
That bug has not yet been marked resolved. Don't know if this is the same issue
but putting in comments FYI.
Updated•26 years ago
|
Target Milestone: M10 → M11
Comment 2•25 years ago
|
||
Pushing off non-beta 1 issues
Assignee | ||
Comment 3•25 years ago
|
||
Reassigning peterl's bugs to myself.
Assignee | ||
Comment 4•25 years ago
|
||
Accepting peterl's bugs that have a Target Milestone
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
As chrisd said, this is a dup of #3512. The font stretch property is parsed but
we don't do anything with it in MapDeclarationFontInto() because it's not defined
in nsFont.
*** This bug has been marked as a duplicate of 3512 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Verified dup of #3512
You need to log in
before you can comment on or make changes to this bug.
Description
•