summaryrefslogtreecommitdiff
path: root/src/static-ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/static-ui.hpp')
-rw-r--r--src/static-ui.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/static-ui.hpp b/src/static-ui.hpp
new file mode 100644
index 0000000..b0bf98c
--- /dev/null
+++ b/src/static-ui.hpp
@@ -0,0 +1,12 @@
+#ifndef PKE_STATIC_UI_HPP
+#define PKE_STATIC_UI_HPP
+
+struct MSDFGlyphSettings {
+ float width;
+ float height;
+ float scale;
+ float translate_em;
+ float range_em;
+};
+
+#endif /* PKE_STATIC_UI_HPP */