Closed
Bug 903
Opened 26 years ago
Closed 26 years ago
Font Performance Problems
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: troy, Assigned: michaelp)
Details
The GetWidth() member functions of nsFontMetricsWin are causing serious
performance problems, because each time they make the following calls:
- GetDC()
- ReleaseDC()
- SelectObject()
Plus the ftol overhead is a problem as well
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Troy provide a test case for verification
qa contact set to beppe@netscape.com
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
marking verified per reporter
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
•