summaryrefslogtreecommitdiff
path: root/wrap/otk_font.i
diff options
context:
space:
mode:
Diffstat (limited to 'wrap/otk_font.i')
-rw-r--r--wrap/otk_font.i13
1 files changed, 13 insertions, 0 deletions
diff --git a/wrap/otk_font.i b/wrap/otk_font.i
new file mode 100644
index 00000000..797a1532
--- /dev/null
+++ b/wrap/otk_font.i
@@ -0,0 +1,13 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+
+%module otk_rendertexture
+
+%{
+#include "config.h"
+#include "font.hh"
+%}
+
+%include "otk_ustring.i"
+%include "std_string.i"
+
+%include "font.hh"