summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-07-09 22:24:47 +0000
committerManish Singh <yosh@src.gnome.org>2004-07-09 22:24:47 +0000
commitae9fa972ca49de76b8b193b6f30a027eb730019c (patch)
tree5bd4d2bafe66d3a5109425997202131fe8269e32 /pango
parente056a42e66f193e49ad797fcd269570d8200781e (diff)
downloadpango-ae9fa972ca49de76b8b193b6f30a027eb730019c.tar.gz
Add declaration for pango_ot_buffer_set_rtl.
Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org> * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-ot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index 47253ada..12091c13 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -87,6 +87,8 @@ PangoOTTag *pango_ot_info_list_features (PangoOTInfo *info,
PangoOTBuffer *pango_ot_buffer_new (PangoFcFont *font);
void pango_ot_buffer_destroy (PangoOTBuffer *buffer);
void pango_ot_buffer_clear (PangoOTBuffer *buffer);
+void pango_ot_buffer_set_rtl (PangoOTBuffer *buffer,
+ gboolean rtl);
void pango_ot_buffer_add_glyph (PangoOTBuffer *buffer,
guint glyph_index,
guint properties,