/[freetype]/freetype2/src/otvalid/otvgpos.c
ViewVC logotype

Diff of /freetype2/src/otvalid/otvgpos.c

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

revision 1.2 by freetype, Sun Mar 6 08:14:36 2005 UTC revision 1.3 by wl, Tue Mar 8 06:00:35 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    OpenType GPOS table validation (body).                               */  /*    OpenType GPOS table validation (body).                               */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 2002, 2004 by                                                */  /*  Copyright 2002, 2004, 2005 by                                          */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 954  Line 954 
954                                OTV_Validator  valid )                                OTV_Validator  valid )
955    {    {
956      valid->type_count = 9;      valid->type_count = 9;
957      valid->type_funcs = (OTV_Validate_Func*) otv_gpos_validate_funcs;      valid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs;
958    
959      otv_Lookup_validate( table, valid );      otv_Lookup_validate( table, valid );
960    }    }
# Line 996  Line 996 
996      LookupList  = FT_NEXT_USHORT( p );      LookupList  = FT_NEXT_USHORT( p );
997    
998      valid->type_count  = 9;      valid->type_count  = 9;
999      valid->type_funcs  = (OTV_Validate_Func*) otv_gpos_validate_funcs;      valid->type_funcs  = (OTV_Validate_Func*)otv_gpos_validate_funcs;
1000      valid->glyph_count = glyph_count;      valid->glyph_count = glyph_count;
1001    
1002      otv_LookupList_validate( table + LookupList,      otv_LookupList_validate( table + LookupList,

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

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