~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pango-glyph-item.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-09 07:49:30 UTC
  • mfrom: (1.6.1 upstream) (63.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090909074930-zlgadwz6svi311vh
Tags: 1.25.6-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                                               const char     *text,
54
54
                                               PangoLogAttr   *log_attrs,
55
55
                                               int             letter_spacing);
 
56
void      pango_glyph_item_get_logical_widths (PangoGlyphItem *glyph_item,
 
57
                                               const char     *text,
 
58
                                               int            *logical_widths);
56
59
 
57
60
 
58
61
typedef struct _PangoGlyphItemIter PangoGlyphItemIter;