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

« back to all changes in this revision

Viewing changes to pango/glyphstring.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-23 10:42:39 UTC
  • mfrom: (1.6.2 upstream) (63.3.16 lucid)
  • Revision ID: james.westby@ubuntu.com-20100223104239-yt4u4nop2nqtw65f
Tags: 1.27.1-1
* New upstream development release:
  + debian/rules:
    - Include check-dist.mk to prevent accidental uploads to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
                     NULL}};
348
348
  PangoGlyphItem glyph_item = {&item, glyphs};
349
349
 
350
 
  return pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
 
350
  pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
351
351
}
352
352
 
353
353
/* The initial implementation here is script independent,
659
659
        }
660
660
    }
661
661
}
662
 
 
663