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

Diff of /freetype2/src/otvalid/otvgsub.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 GSUB table validation (body).                               */  /*    OpenType GSUB table validation (body).                               */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 2004 by                                                      */  /*  Copyright 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 567  Line 567 
567      LookupList  = FT_NEXT_USHORT( p );      LookupList  = FT_NEXT_USHORT( p );
568    
569      valid->type_count  = 8;      valid->type_count  = 8;
570      valid->type_funcs  = (OTV_Validate_Func*) otv_gsub_validate_funcs;      valid->type_funcs  = (OTV_Validate_Func*)otv_gsub_validate_funcs;
571      valid->glyph_count = glyph_count;      valid->glyph_count = glyph_count;
572    
573      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