From 1cf1002f1d3cd81ddb920eb7196a067b566f11e2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Mar 2022 18:03:49 +0800 Subject: ... --- include/cru/osx/graphics/quartz/Font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/osx/graphics/quartz') diff --git a/include/cru/osx/graphics/quartz/Font.h b/include/cru/osx/graphics/quartz/Font.h index d53c6a20..50703dfe 100644 --- a/include/cru/osx/graphics/quartz/Font.h +++ b/include/cru/osx/graphics/quartz/Font.h @@ -17,9 +17,11 @@ class OsxCTFont : public OsxQuartzResource, public virtual IFont { CTFontRef GetCTFont() const { return ct_font_; } + String GetFontName() override; float GetFontSize() override; private: + String name_; CTFontRef ct_font_; }; } // namespace cru::platform::graphics::osx::quartz -- cgit v1.2.3