mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2191 - Remove redundant CairoScaledFont accessor from gfxFont subclasses.
Backported from Mozilla bug 1385029.
This commit is contained in:
parent
a35ce5e5e1
commit
b721b6257f
4 changed files with 6 additions and 8 deletions
|
|
@ -28,8 +28,7 @@ public:
|
|||
|
||||
HFONT GetHFONT() { return mFont; }
|
||||
|
||||
cairo_font_face_t *CairoFontFace() { return mFontFace; }
|
||||
cairo_scaled_font_t *CairoScaledFont() { return mScaledFont; }
|
||||
cairo_font_face_t* CairoFontFace() { return mFontFace; }
|
||||
|
||||
/* overrides for the pure virtual methods in gfxFont */
|
||||
virtual uint32_t GetSpaceGlyph() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue