aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/font.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-02 21:57:01 +0800
committercrupest <crupest@outlook.com>2019-04-02 21:57:01 +0800
commitec201783e4b4733770648c2f92c3ffb9629bb7f7 (patch)
tree2257b0110b499b73832efbb6dc8d583869d98cf8 /include/cru/platform/font.hpp
parent1e0a77c9fd9ffe1423b2e02c989a15071d3205a4 (diff)
downloadcru-ec201783e4b4733770648c2f92c3ffb9629bb7f7.tar.gz
cru-ec201783e4b4733770648c2f92c3ffb9629bb7f7.tar.bz2
cru-ec201783e4b4733770648c2f92c3ffb9629bb7f7.zip
...
Diffstat (limited to 'include/cru/platform/font.hpp')
-rw-r--r--include/cru/platform/font.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cru/platform/font.hpp b/include/cru/platform/font.hpp
new file mode 100644
index 00000000..750aaae1
--- /dev/null
+++ b/include/cru/platform/font.hpp
@@ -0,0 +1,8 @@
+#pragma once
+#include "cru/common/base.hpp"
+
+namespace cru::platform {
+struct FontDescriptor : virtual Interface {
+
+};
+}