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

« back to all changes in this revision

Viewing changes to pango/pango-features.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-12-18 21:11:37 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211137-0ibmwreimvxf3cp1
Tags: 1.19.2-1ubuntu1
* Sync with Debian; Ubuntu changes are:
  - Add patch 30_anymetrics, turns on FC_ANY_METRICS whenever looking up
    fonts with fontconfig; lets fontconfig's configuration know that we
    don't care about getting a font with exactly the same shape as the
    family we asked for and fixes (eg) a firefox vs. evince font metrics
    ugliness issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#define PANGO_VERSION_MAJOR 1
6
6
#define PANGO_VERSION_MINOR 19
7
 
#define PANGO_VERSION_MICRO 1
 
7
#define PANGO_VERSION_MICRO 2
8
8
 
9
 
#define PANGO_VERSION_STRING "1.19.1"
 
9
#define PANGO_VERSION_STRING "1.19.2"
10
10
 
11
11
 
12
12
#endif