Closed
Bug 406447
Opened 18 years ago
Closed 18 years ago
Use gfxFontCache on OS/2
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
|
13.32 KB,
patch
|
Details | Diff | Splinter Review |
Bug 375757 implemented a central gfxFont cache already 8 months ago and we have completely missed to implement the platform specific part on OS/2. Let's do that now.
The patch basically copies the behavior from gfxPangoFonts.
| Assignee | ||
Comment 1•18 years ago
|
||
OK, as the patch in bug 375757 also changed most |mStyle.| to |GetStyle()->| let's do that here, too. I fear that there will be a small overhead to call a function instead of directly accessing the variable but as it's not called that often it won't be noticeable.
Attachment #291092 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•18 years ago
|
||
Fix checked into trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Summary: Use gfxFontCache cache on OS/2 → Use gfxFontCache on OS/2
You need to log in
before you can comment on or make changes to this bug.
Description
•