mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #2191 - Remove virtual from gfxFont::GetCairoScaledFont.
Backported from Mozilla bug 1385029.
This commit is contained in:
parent
0f7750cd27
commit
44b74873c1
3 changed files with 6 additions and 6 deletions
|
|
@ -69,9 +69,9 @@ public:
|
|||
virtual already_AddRefed<mozilla::gfx::ScaledFont>
|
||||
GetScaledFont(mozilla::gfx::DrawTarget *aTarget) override;
|
||||
|
||||
virtual cairo_scaled_font_t *GetCairoScaledFont() override;
|
||||
|
||||
protected:
|
||||
cairo_scaled_font_t *InitCairoScaledFont();
|
||||
|
||||
virtual const Metrics& GetHorizontalMetrics() override;
|
||||
|
||||
bool GetFakeMetricsForArialBlack(DWRITE_FONT_METRICS *aFontMetrics);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue