diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-12 18:36:36 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-12 18:36:36 -0400 |
commit | 7b1b94b255d616759672b03b2cf4b88aa013271a (patch) | |
tree | 7efde87280cc8e59d0980d251f992c354c0ad6ff /pango/pango-glyph-item.h | |
parent | 1f1b4df1d08f5b9a8e85d9282240aaaf3d8d8023 (diff) | |
download | pango-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.h | 3 |
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; |