aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Font.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-10 18:03:49 +0800
committercrupest <crupest@outlook.com>2022-03-10 18:03:49 +0800
commit1cf1002f1d3cd81ddb920eb7196a067b566f11e2 (patch)
tree8a299d16f0f5074d876175a602190f477bd498ea /include/cru/platform/graphics/Font.h
parent51f87e3ff980e62f9cb5ee656e5591412e2766eb (diff)
downloadcru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.tar.gz
cru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.tar.bz2
cru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.zip
...
Diffstat (limited to 'include/cru/platform/graphics/Font.h')
-rw-r--r--include/cru/platform/graphics/Font.h1
1 files changed, 1 insertions, 0 deletions
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