~ubuntu-branches/ubuntu/lucid/pango1.0/lucid-security

« back to all changes in this revision

Viewing changes to pango/pangoatsui.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-31 13:45:57 UTC
  • mfrom: (1.5.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100331134557-ls7q7w9n62sif2qa
Tags: 1.28.0-0ubuntu1
* New upstream version:
  - [HB] Fix leak when duplicating blob
  - Misc bug fixes
  - Bugs fixed:
  Bug 611033 - Layout using ATSUI fontmap treats absolute font sizes a...
  Bug 605655 - Pango 1.26.2 introduces kerning bug
  Bug 611229 - Pango reads from uninitialized memory
  Bug 594101 - [Indic] needed character class data updates to support unicode 5.1
  Bug 345066 - backspace changes independent indic characters
  Bug 609326 - Complex script shaping failed in the FT2 backend on Windows
  Bug 604128 - Applications crash when displaying Hebrew characters
  Bug 608923 - Incorrect/broken ligatures on MacOS
  Bug 610791 - checks fail for unused documented symbols
* debian/patches/13_fix-gobject-introspection-build.patch,
  debian/patches/90_autoreconf.patch:
  - the new version doesn't require those

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
#endif /* PANGO_ENABLE_BACKEND */
70
70
 
71
 
CGFontRef pango_atsui_font_get_cgfont (PangoATSUIFont *font);
 
71
CGFontRef  pango_atsui_font_get_cgfont  (PangoATSUIFont *font);
 
72
ATSFontRef pango_atsui_font_get_atsfont (PangoATSUIFont *font);
72
73
 
73
74
#endif /* PANGO_ENABLE_ENGINE || PANGO_ENABLE_BACKEND */
74
75