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

« back to all changes in this revision

Viewing changes to cairo/src/cairo-type1-fallback.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:
106
106
                                                        &font_matrix,
107
107
                                                        &ctm,
108
108
                                                        &font_options);
109
 
    if (font->type1_scaled_font == NULL)
 
109
    if (font->type1_scaled_font->status)
110
110
        goto fail;
111
111
 
112
112
    _cairo_array_init (&font->contents, sizeof (unsigned char));