diff options
author | Manish Singh <yosh@gimp.org> | 2004-07-09 22:24:23 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-07-09 22:24:23 +0000 |
commit | 19dea7b162bb2d12911d38770d8cc87accc40fe7 (patch) | |
tree | ab1d5b5f1e1cfc2249c9ed4820d29906251eeb70 /pango/pango-ot.h | |
parent | f4f73683ca60d72707c48fb8cfb764f90e0e8d8f (diff) | |
download | pango-19dea7b162bb2d12911d38770d8cc87accc40fe7.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/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 2 |
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, |