summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h
new file mode 100644
index 0000000..6eb7df1
--- /dev/null
+++ b/src/text.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "freetype/freetype.h"
+
+struct face_ctx_s {
+ FT_Library library;
+};
+
+struct face_s {
+ FT_Face face;
+}; \ No newline at end of file