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

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

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

revision 1.118 by wl, Mon Sep 19 07:07:11 2005 UTC revision 1.119 by wl, Fri Nov 18 08:23:06 2005 UTC
# Line 972  Line 972 
972                   vertical ? "Vertical"                   vertical ? "Vertical"
973                            : "Horizontal" ));                            : "Horizontal" ));
974    
975          /* Adobe simply ignores this problem.  So we shall do the same. */
976    #if 0
977        error = vertical ? SFNT_Err_Invalid_Vert_Metrics        error = vertical ? SFNT_Err_Invalid_Vert_Metrics
978                         : SFNT_Err_Invalid_Horiz_Metrics;                         : SFNT_Err_Invalid_Horiz_Metrics;
979        goto Exit;        goto Exit;
980    #else
981          num_shorts = 0;
982    #endif
983      }      }
984    
985      if ( FT_QNEW_ARRAY( *longs,  num_longs  ) ||      if ( FT_QNEW_ARRAY( *longs,  num_longs  ) ||

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

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