Closed
Bug 702851
Opened 14 years ago
Closed 14 years ago
Move cairo_scaled_font_t into gfxFont base class
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: bas.schouten, Assigned: bas.schouten)
Details
Attachments
(1 file)
|
12.02 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
For the Azure thebes wrapper we'd like access to the cairo scaled font inside the gfxFont superclass. Right now we're declaring and setting it in all child classes, I want to change this so that we just store it on the superclass.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #574765 -
Flags: review?(jdaggett)
Updated•14 years ago
|
Attachment #574765 -
Flags: review?(jdaggett) → review+
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•