summaryrefslogtreecommitdiff
path: root/modules/thai/thai-ot.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thai/thai-ot.h')
-rw-r--r--modules/thai/thai-ot.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/thai/thai-ot.h b/modules/thai/thai-ot.h
new file mode 100644
index 00000000..43f79ef8
--- /dev/null
+++ b/modules/thai/thai-ot.h
@@ -0,0 +1,18 @@
+/* Pango
+ * thai-ot.h:
+ *
+ * Copyright (C) 2004 Theppitak Karoonboonyanan
+ * Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
+ */
+
+#ifndef __THAI_OT_H__
+#define __THAI_OT_H__
+
+#include "pango-ot.h"
+
+void
+thai_ot_shape (PangoFont *font,
+ PangoGlyphString *glyphs);
+
+#endif /* __THAI_OT_H__ */
+