summaryrefslogtreecommitdiff
path: root/pango/pango-glyph-item.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-12 18:36:36 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-12 18:36:36 -0400
commit7b1b94b255d616759672b03b2cf4b88aa013271a (patch)
tree7efde87280cc8e59d0980d251f992c354c0ad6ff /pango/pango-glyph-item.h
parent1f1b4df1d08f5b9a8e85d9282240aaaf3d8d8023 (diff)
downloadpango-7b1b94b255d616759672b03b2cf4b88aa013271a.tar.gz
New public API: pango_glyph_item_get_logical_widths()
Diffstat (limited to 'pango/pango-glyph-item.h')
-rw-r--r--pango/pango-glyph-item.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-glyph-item.h b/pango/pango-glyph-item.h
index 48142523..71c4ab31 100644
--- a/pango/pango-glyph-item.h
+++ b/pango/pango-glyph-item.h
@@ -53,6 +53,9 @@ void pango_glyph_item_letter_space (PangoGlyphItem *glyph_item,
const char *text,
PangoLogAttr *log_attrs,
int letter_spacing);
+void pango_glyph_item_get_logical_widths (PangoGlyphItem *glyph_item,
+ const char *text,
+ int *logical_widths);
typedef struct _PangoGlyphItemIter PangoGlyphItemIter;