summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index 789ae897..aefe833d 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -122,6 +122,16 @@ void pango_justify (PangoGlyphString *glyphs,
gint new_line_width,
gint min_kashida_width);
+
+/* Turn a string of characters into a string of glyphs
+ */
+void pango_shape (const gchar *text,
+ gint length,
+ PangoAnalysis *analysis,
+ PangoGlyphString *glyphs);
+
+GList *pango_reorder_items (GList *logical_items);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */