~ubuntu-branches/ubuntu/raring/libwmf/raring-proposed

« back to all changes in this revision

Viewing changes to src/font.c

  • Committer: Bazaar Package Importer
  • Author(s): Matej Vela
  • Date: 2006-08-05 12:15:57 UTC
  • mto: (4.1.1 etch)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060805121557-tipvoowozf17018a
Tags: upstream-0.2.8.4
ImportĀ upstreamĀ versionĀ 0.2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1377
1377
 * Checks XML Fontmap entry is valid before loading face.
1378
1378
 */
1379
1379
static FT_Face ipa_font_sys_face (wmfAPI* API,wmfFont* font,wmfXML_FontInfo* FI)
1380
 
{       wmfFontmapData* font_data = (wmfFontmapData*) ((wmfFontData*) API->font_data)->user_data;
 
1380
{       
 
1381
#if 0
 
1382
        wmfFontmapData* font_data = (wmfFontmapData*) ((wmfFontData*) API->font_data)->user_data;
 
1383
        struct stat stat_buf;
 
1384
#endif
1381
1385
 
1382
1386
        FT_Face face = 0;
1383
1387
 
1384
 
        struct stat stat_buf;
1385
 
 
1386
1388
        if (FI == 0) return (0);
1387
1389
 
1388
1390
        if (FI->name == 0)
1487
1489
 
1488
1490
        FT_Face face = 0;
1489
1491
 
1490
 
        unsigned int i;
1491
 
 
1492
1492
        char* aalias = 0;
1493
1493
 
1494
1494
        if (FI == 0) return (0);