/[freetype]/ft2demos/src/ftvalid.c
ViewVC logotype

Diff of /ft2demos/src/ftvalid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wl, Sun Apr 24 21:52:01 2005 UTC revision 1.2 by wl, Mon Apr 25 14:12:18 2005 UTC
# Line 67  Line 67 
67      MAKE_TABLE_SPEC( GSUB ),      MAKE_TABLE_SPEC( GSUB ),
68      MAKE_TABLE_SPEC( JSTF ),      MAKE_TABLE_SPEC( JSTF ),
69    };    };
70  #define N_OT_TABLE_SPEC  (sizeof ( ot_table_spec ) / sizeof ( TableSpecRec ) )  #define N_OT_TABLE_SPEC  ( sizeof ( ot_table_spec ) / sizeof ( TableSpecRec ) )
71    
72    
73    static void    static void
# Line 498  Line 498 
498    
499  #if 0  #if 0
500      printf( "fontfile: %s\n",      printf( "fontfile: %s\n",
501              fontfile);              fontfile );
502      printf( "validator type: %s\n",      printf( "validator type: %s\n",
503              ( validator == OT_VALIDATE ) ? OT_VALIDATOR_SYMBOL : "unknown" );              ( validator == OT_VALIDATE ) ? OT_VALIDATOR_SYMBOL : "unknown" );
504      printf( "tables: %s\n",      printf( "tables: %s\n",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26