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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index cd9b84f9..433e71f2 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -88,6 +88,12 @@ void pango_glyph_string_extents (PangoGlyphString *glyphs,
PangoRectangle *ink_rect,
PangoRectangle *logical_rect);
+void pango_glyph_string_get_logical_widths (PangoGlyphString *glyphs,
+ char *text,
+ int length,
+ int embedding_level,
+ int *logical_widths);
+
void pango_glyph_string_index_to_x (PangoGlyphString *glyphs,
char *text,
int length,