Closed
Bug 212723
Opened 22 years ago
Closed 22 years ago
Consolidate the low-level text measuring/rendering functions
Categories
(Core Graveyard :: GFX: Win32, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rbs, Assigned: rbs)
References
Details
Attachments
(1 file)
9.19 KB,
patch
|
jshin1987
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
I am going to attach a patch that pushes ::ExtTextOut() and
::GetTextExtentPoint32() from nsRenderingContextWin down to nsFontMetricsWin.
This way, doing further fixups (e.g., bug 52596) can be confined to the one
place of nsFontMetricsWin.
Comment on attachment 127783 [details] [diff] [review]
patch
Asking r/sr.
Attachment #127783 -
Flags: superreview?(roc+moz)
Attachment #127783 -
Flags: review?(jshin)
Updated•22 years ago
|
Attachment #127783 -
Flags: review?(jshin) → review+
Comment on attachment 127783 [details] [diff] [review]
patch
you're actually pushing them down to nsFontWin...
Attachment #127783 -
Flags: superreview?(roc+moz) → superreview+
-> fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•