summaryrefslogtreecommitdiff
path: root/pango/pango-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r--pango/pango-context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h
index 878c3c28..6a6d28c8 100644
--- a/pango/pango-context.h
+++ b/pango/pango-context.h
@@ -78,6 +78,10 @@ void pango_context_set_base_dir (PangoContext
PangoDirection direction);
PangoDirection pango_context_get_base_dir (PangoContext *context);
+void pango_context_set_matrix (PangoContext *context,
+ PangoMatrix *matrix);
+PangoMatrix *pango_context_get_matrix (PangoContext *context);
+
/* Break a string of Unicode characters into segments with
* consistent shaping/language engine and bidrectional level.
* Returns a GList of PangoItem's