summaryrefslogtreecommitdiff
path: root/modules/thai/thai-shaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thai/thai-shaper.c')
-rw-r--r--modules/thai/thai-shaper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/thai/thai-shaper.c b/modules/thai/thai-shaper.c
index baae3a79..3a0b4d88 100644
--- a/modules/thai/thai-shaper.c
+++ b/modules/thai/thai-shaper.c
@@ -32,6 +32,7 @@
#include <glib.h>
#include "pango-engine.h"
#include "thai-shaper.h"
+#include "thai-ot.h"
#define MAX_CLUSTER_CHRS 256
#define MAX_GLYPHS 256
@@ -703,5 +704,6 @@ thai_engine_shape (PangoEngineShape *engine,
p = get_next_cluster (p, text + length - p, cluster, &num_chrs);
add_cluster (font_info, glyphs, log_cluster - text, cluster, num_chrs);
}
+ thai_ot_shape (font, glyphs);
}