diff options
Diffstat (limited to 'include/cru/platform/graphics/Font.h')
-rw-r--r-- | include/cru/platform/graphics/Font.h | 1 |
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 |