From 0dcf8e686b93cca54a424affe0455d0a97d6c2ef Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 3 Mar 2020 23:36:45 +0800 Subject: ... --- include/cru/win/graph/direct/font.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/win/graph') diff --git a/include/cru/win/graph/direct/font.hpp b/include/cru/win/graph/direct/font.hpp index 08213ca5..ee2e319b 100644 --- a/include/cru/win/graph/direct/font.hpp +++ b/include/cru/win/graph/direct/font.hpp @@ -24,6 +24,8 @@ class DWriteFont : public DirectGraphResource, return text_format_.Get(); } + float GetFontSize() override; + private: Microsoft::WRL::ComPtr text_format_; }; -- cgit v1.2.3