/[freetype]/freetype2/src/truetype/ttobjs.c
ViewVC logotype

Diff of /freetype2/src/truetype/ttobjs.c

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

revision 1.94 by wl, Wed Oct 5 15:18:29 2005 UTC revision 1.95 by olvaffe, Tue Dec 6 08:24:01 2005 UTC
# Line 507  Line 507 
507      TT_MaxProfile*  maxp = &face->max_profile;      TT_MaxProfile*  maxp = &face->max_profile;
508    
509    
     size->ttmetrics.valid = FALSE;  
   
510      size->max_function_defs    = maxp->maxFunctionDefs;      size->max_function_defs    = maxp->maxFunctionDefs;
511      size->max_instruction_defs = maxp->maxInstructionDefs;      size->max_instruction_defs = maxp->maxInstructionDefs;
512    
# Line 587  Line 585 
585  #endif /* TT_CONFIG_OPTION_BYTECODE_INTERPRETER */  #endif /* TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
586    
587      size->ttmetrics.valid = FALSE;      size->ttmetrics.valid = FALSE;
588        size->strike_index    = 0xFFFFU;
589    
590      return error;      return error;
591    }    }

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

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