~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to cairo/src/cairo-type1-subset.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
/* XXX: Eventually, we need to handle other font backends */
42
42
#include "cairo-ft-private.h"
43
43
 
44
 
#include <ctype.h>
45
44
#include <ft2build.h>
46
45
#include FT_FREETYPE_H
47
46
#include FT_OUTLINE_H
48
47
#include FT_TYPE1_TABLES_H
49
48
 
 
49
#include <ctype.h>
 
50
 
50
51
typedef struct _cairo_type1_font_subset {
51
52
 
52
53
    cairo_scaled_font_subset_t *scaled_font_subset;