From 0dcf8e686b93cca54a424affe0455d0a97d6c2ef Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 3 Mar 2020 23:36:45 +0800 Subject: ... --- include/cru/platform/graph/font.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/cru/platform') diff --git a/include/cru/platform/graph/font.hpp b/include/cru/platform/graph/font.hpp index 98ce80e7..d0aa2d28 100644 --- a/include/cru/platform/graph/font.hpp +++ b/include/cru/platform/graph/font.hpp @@ -2,5 +2,7 @@ #include "resource.hpp" namespace cru::platform::graph { -struct IFont : virtual IGraphResource {}; +struct IFont : virtual IGraphResource { + virtual float GetFontSize() = 0; +}; } // namespace cru::platform::graph -- cgit v1.2.3