diff options
Diffstat (limited to 'vcl/inc/quartz/salgdi.h')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 29739adf33eb..9fc3e6b2d74c 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -75,6 +75,8 @@ public: rtl::Reference<LogicalFontInstance> CreateFontInstance(const vcl::font::FontSelectPattern&) const override; + virtual hb_blob_t* GetHbTable(hb_tag_t nTag) const override; + private: const sal_IntPtr mnFontId; mutable FontCharMapRef mxCharMap; @@ -104,7 +106,7 @@ public: private: explicit CoreTextStyle(const vcl::font::PhysicalFontFace&, const vcl::font::FontSelectPattern&); - hb_font_t* ImplInitHbFont() override; + virtual void ImplInitHbFont(hb_font_t*) override; bool ImplGetGlyphBoundRect(sal_GlyphId, tools::Rectangle&, bool) const override; void SetFontVariationsOnHBFont(hb_font_t*) const; |