From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- include/cru/platform/graphics/Font.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/cru/platform/graphics/Font.h (limited to 'include/cru/platform/graphics/Font.h') diff --git a/include/cru/platform/graphics/Font.h b/include/cru/platform/graphics/Font.h new file mode 100644 index 00000000..24c35f7c --- /dev/null +++ b/include/cru/platform/graphics/Font.h @@ -0,0 +1,8 @@ +#pragma once +#include "Resource.h" + +namespace cru::platform::graphics { +struct CRU_PLATFORM_GRAPHICS_API IFont : virtual IGraphicsResource { + virtual float GetFontSize() = 0; +}; +} // namespace cru::platform::graphics -- cgit v1.2.3