summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index 44cbdeec..35ef8127 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -73,3 +73,13 @@ char * pango_get_sysconf_subdirectory (void);
*/
char * pango_get_lib_subdirectory (void);
+
+/* A couple of routines from fribidi that we either wrap or
+ * provide ourselves.
+ */
+void pango_log2vis_get_embedding_levels (gunichar *str,
+ int len,
+ PangoDirection *pbase_dir,
+ guint8 *embedding_level_list);
+gboolean pango_get_mirror_char (gunichar ch,
+ gunichar *mirrored_ch);