summaryrefslogtreecommitdiff
path: root/modules/thai/thai-ot.h
diff options
context:
space:
mode:
authorTheppitak Karoonboonyanan <thep@linux.thai.net>2004-10-02 03:27:29 +0000
committerTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>2004-10-02 03:27:29 +0000
commit922f0deebf3927ca9168da41db8be423b37fb489 (patch)
tree52f050d724766b550399a14443b0b52070e1e4b1 /modules/thai/thai-ot.h
parent28e4c860f283c5165a550bc6d72cbdebc4a4b420 (diff)
downloadpango-922f0deebf3927ca9168da41db8be423b37fb489.tar.gz
Make Thai module prefer OpenType tables, if available, to PUA
2004-10-02 Theppitak Karoonboonyanan <thep@linux.thai.net> Make Thai module prefer OpenType tables, if available, to PUA substitutions. (#153927) * modules/thai/thai-ot.[ch]: Merge get_gsub_ruleset() and get_gpos_ruleset() into an exported function thai_ot_get_ruleset(). Rearrange thai_ot_shape() to call it properly. * modules/thai/thai-fc.c: Try OT ruleset before PUA glyph sets.
Diffstat (limited to 'modules/thai/thai-ot.h')
-rw-r--r--modules/thai/thai-ot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/thai/thai-ot.h b/modules/thai/thai-ot.h
index 43f79ef8..4e195e8c 100644
--- a/modules/thai/thai-ot.h
+++ b/modules/thai/thai-ot.h
@@ -10,6 +10,9 @@
#include "pango-ot.h"
+PangoOTRuleset *
+thai_ot_get_ruleset (PangoFont *font);
+
void
thai_ot_shape (PangoFont *font,
PangoGlyphString *glyphs);