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

« back to all changes in this revision

Viewing changes to pango/opentype/hb-font.cc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 09:10:59 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831091059-nqkyt3tshhhj0zxy
Tags: 1.25.5-0ubuntu1
* New upstream release: (LP: #420234)
  1.25.5
  - Minor HarfBuzz code shuffling
  - Bug 592484 - Invalid write in HB
  - Bug 592194 - Fix missing _SC_PAGE_SIZE macro
  1.25.4
  - Fix various possible overflows in HarfBuzz
  - Improve HB font sanitizing
  - Improved win32 performance
  - Really fix ming32 build issues
  - Re-enable introspection
  - Bug 592131 - Add AM_SILENT_RULES
  - Bug 592036 - Integer overflow bug causes misrendering of Nepali characters
  - Bug 591511 – hh-blob.c does not compile using mingw on windows
* debian/control.in:
  - Added BZR link
* debian/watch:
  - Watch for unstable versions
* debian/patches/10_scan-module-files-in-dirs.patch:
* debian/patches/11_module-files-append-module-files-d.patch:
* debian/patches/12_module-files-append-compat-module-files-d.patch:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
hb_font_funcs_t _hb_font_funcs_nil = {
41
41
  HB_REFERENCE_COUNT_INVALID, /* ref_count */
42
42
 
43
 
  TRUE  /* immutable */
 
43
  TRUE,  /* immutable */
44
44
 
45
 
  /*
46
 
  hb_font_get_glyph_func_t glyph_func;
47
 
  hb_font_get_contour_point_func_t contour_point_func;
48
 
  hb_font_get_glyph_metrics_func_t glyph_metrics_func;
49
 
  hb_font_get_kerning_func_t kerning_func;
50
 
  */
 
45
  NULL, /* glyph_func */
 
46
  NULL, /* contour_point_func */
 
47
  NULL, /* glyph_metrics_func */
 
48
  NULL  /* kerning_func */
51
49
};
52
50
 
53
51
hb_font_funcs_t *