~ubuntu-branches/ubuntu/precise/pango1.0/precise-updates

« back to all changes in this revision

Viewing changes to pango/pangocairo-font.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-06 12:19:40 UTC
  • mfrom: (1.5.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110406121940-txe505g5c7ly32ig
Tags: 1.28.4-0ubuntu1
* New upstream release
* debian/control:
  - Bump depends on libglib2.0-dev
  - Add Vcs-Bzr link
* debian/patches/00git_gi_annotations.patch:
* debian/patches/01_CVE-2011-0020.patch:
* debian/patches/02_CVE-2011-0064.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
  pango_ctm.x0 = cairo_ctm.x0;
434
434
  pango_ctm.y0 = cairo_ctm.y0;
435
435
 
 
436
  size /= pango_matrix_get_font_scale_factor (&pango_ctm);
 
437
 
436
438
  if (is_hinted)
437
439
    {
438
440
      /* prepare for some hinting */