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

« back to all changes in this revision

Viewing changes to pango/pangowin32-fontmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
static GType      pango_win32_face_get_type          (void);
65
65
 
 
66
static GType      pango_win32_family_get_type        (void);
 
67
 
66
68
static void       pango_win32_face_list_sizes        (PangoFontFace  *face,
67
69
                                                      int           **sizes,
68
70
                                                      int            *n_sizes);