~ubuntu-branches/ubuntu/utopic/pango1.0/utopic

« back to all changes in this revision

Viewing changes to pango/pango-engine-private.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-21 17:58:07 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20130221175807-jtjv8iqwt3ix2px8
Tags: 1.32.5-0ubuntu1
* New upstream release; several changes from Rico Tzschichholz - thanks!
* debian/control:
  - Add build-depend on libharfbuzz-dev (>= 0.9.9)
  - Bump build-depend on libfonconfig1-dev (>= 2.5.0)
* debian/libpango1.0-0.symbols:
  - Updated
* debian/patches:
  - 00git_*.patch, dropped, they are upstream
  - 10_scan-module-files-in-dirs.patch,
    11_module-files-append-module-files-d.patch. refeshed
  - readd-pangox.patch, Readd libpangox library to temporarily
    preserve backwards compat
  - 0001-Link-basicfc-module-to-HarfBuzz.patch: Add, git backport to link
    correctly against harfbuzz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
G_BEGIN_DECLS
29
29
 
30
 
void               _pango_engine_shape_shape  (PangoEngineShape *engine,
31
 
                                               PangoFont        *font,
32
 
                                               const char       *text,
33
 
                                               int               length,
34
 
                                               const PangoAnalysis *analysis,
35
 
                                               PangoGlyphString *glyphs);
 
30
void               _pango_engine_shape_shape (PangoEngineShape    *engine,
 
31
                                              PangoFont           *font,
 
32
                                              const char          *item_text,
 
33
                                              unsigned int         item_length,
 
34
                                              const char          *paragraph_text,
 
35
                                              unsigned int         paragraph_len,
 
36
                                              const PangoAnalysis *analysis,
 
37
                                              PangoGlyphString    *glyphs);
36
38
PangoCoverageLevel _pango_engine_shape_covers (PangoEngineShape *engine,
37
39
                                               PangoFont        *font,
38
40
                                               PangoLanguage    *language,