/[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.1 by werner, Fri Sep 10 14:39:00 2004 UTC revision 1.2 by freetype, Sun Mar 6 08:14:36 2005 UTC
# Line 516  Line 516 
516    }    }
517    
518    
519    static OTV_Validate_Func  otv_gsub_validate_funcs[8] =    static const OTV_Validate_Func  otv_gsub_validate_funcs[8] =
520    {    {
521      otv_SingleSubst_validate,      otv_SingleSubst_validate,
522      otv_MultipleSubst_validate,      otv_MultipleSubst_validate,
# 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_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.1  
changed lines
  Added in v.1.2

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