aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graph/font.hpp')
-rw-r--r--include/cru/platform/graph/font.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/platform/graph/font.hpp b/include/cru/platform/graph/font.hpp
deleted file mode 100644
index 182cc15b..00000000
--- a/include/cru/platform/graph/font.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-#include "Resource.hpp"
-
-namespace cru::platform::graph {
-struct IFont : virtual IGraphResource {
- virtual float GetFontSize() = 0;
-};
-} // namespace cru::platform::graph