summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--pango/pango-ot.h2
5 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0a5720..044eae43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org>
+
+ * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
+
2004-07-08 Owen Taylor <otaylor@redhat.com>
* pango/break.c: Add missing row for the WORD_JOINER
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 6c0a5720..044eae43 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org>
+
+ * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
+
2004-07-08 Owen Taylor <otaylor@redhat.com>
* pango/break.c: Add missing row for the WORD_JOINER
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 6c0a5720..044eae43 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org>
+
+ * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
+
2004-07-08 Owen Taylor <otaylor@redhat.com>
* pango/break.c: Add missing row for the WORD_JOINER
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 6c0a5720..044eae43 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Fri Jul 9 15:23:39 2004 Manish Singh <yosh@gimp.org>
+
+ * pango/pango-ot.h: Add declaration for pango_ot_buffer_set_rtl.
+
2004-07-08 Owen Taylor <otaylor@redhat.com>
* pango/break.c: Add missing row for the WORD_JOINER
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,