/[freetype]/freetype2/src/sfnt/sfobjs.c
ViewVC logotype

Diff of /freetype2/src/sfnt/sfobjs.c

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

revision 1.101 by wl, Tue Oct 18 05:59:30 2005 UTC revision 1.102 by olvaffe, Mon Nov 21 03:04:03 2005 UTC
# Line 376  Line 376 
376      if ( error )      if ( error )
377        goto Exit;        goto Exit;
378    
379        if ( sfnt_header.format_tag != 0x00010000UL &&
380             sfnt_header.format_tag != TTAG_ttcf &&
381             sfnt_header.format_tag != FT_MAKE_TAG( 'O', 'T', 'T', 'O' ) &&
382             sfnt_header.format_tag != TTAG_true &&
383             sfnt_header.format_tag != 0x00020000UL )
384          return SFNT_Err_Unknown_File_Format;
385    
386      face->format_tag = sfnt_header.format_tag;      face->format_tag = sfnt_header.format_tag;
387      face->num_tables = sfnt_header.num_tables;      face->num_tables = sfnt_header.num_tables;
388    

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

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