From 1cf1002f1d3cd81ddb920eb7196a067b566f11e2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Mar 2022 18:03:49 +0800 Subject: ... --- include/cru/platform/graphics/Font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cru/platform') diff --git a/include/cru/platform/graphics/Font.h b/include/cru/platform/graphics/Font.h index 24c35f7c..7144fdc2 100644 --- a/include/cru/platform/graphics/Font.h +++ b/include/cru/platform/graphics/Font.h @@ -3,6 +3,7 @@ namespace cru::platform::graphics { struct CRU_PLATFORM_GRAPHICS_API IFont : virtual IGraphicsResource { + virtual String GetFontName() = 0; virtual float GetFontSize() = 0; }; } // namespace cru::platform::graphics -- cgit v1.2.3