Closed
Bug 5100
Opened 26 years ago
Closed 25 years ago
need to add charset to nsFont
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M9
People
(Reporter: erik, Assigned: peterl-retired)
Details
See bug 5099:
http://bugzilla.mozilla.org/show_bug.cgi?id=5099
We also need to add the document's charset to the nsFont struct, so that the
font lookup code can use the charset as a fallback if the document has not
specified its language(s).
Again, the charset is an ASCII string, so the nsFont field can be either char*
or nsString. Use whatever is easiest.
The document's charset may not be available yet. Talk to ftang@netscape.com.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Updated•25 years ago
|
Comment 2•25 years ago
|
||
You can find out the charset by calling the nsIDocument::GetDocumentCharacterSet
to find out the charset of the document.
peterl: please response. We depond on this for accuracy and performacne on all
three platforms.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 3•25 years ago
|
||
Adding charset to nsFont is not the right location, the charset can simply be
set in the rendering context.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Verified WONTFIX
Reporter | ||
Updated•25 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•