aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/font.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-03 23:36:45 +0800
committercrupest <crupest@outlook.com>2020-03-03 23:36:45 +0800
commit0dcf8e686b93cca54a424affe0455d0a97d6c2ef (patch)
tree744897a3b6a29f6142f1943dab5d9957e670919b /include/cru/platform/graph/font.hpp
parent47053829c322c43032244937cb63f9da178b852d (diff)
downloadcru-0dcf8e686b93cca54a424affe0455d0a97d6c2ef.tar.gz
cru-0dcf8e686b93cca54a424affe0455d0a97d6c2ef.tar.bz2
cru-0dcf8e686b93cca54a424affe0455d0a97d6c2ef.zip
...
Diffstat (limited to 'include/cru/platform/graph/font.hpp')
-rw-r--r--include/cru/platform/graph/font.hpp4
1 files changed, 3 insertions, 1 deletions
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