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

Diff of /freetype2/src/otvalid/otvjstf.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, Thu Jun 30 11:46:45 2005 UTC
# Line 31  Line 31 
31  #define FT_COMPONENT  trace_otvjstf  #define FT_COMPONENT  trace_otvjstf
32    
33    
34  #define JstfPriority  otv_JstfPriority_validate, "JstfPriority"  #define JstfPriorityFunc  otv_JstfPriority_validate
35  #define JstfLookup    otv_GPOS_subtable_validate, ""  #define JstfLookupFunc    otv_GPOS_subtable_validate
36    
37    /* uses valid->extra1 (GSUB lookup count) */    /* uses valid->extra1 (GSUB lookup count) */
38    /* uses valid->extra2 (GPOS lookup count) */    /* uses valid->extra2 (GPOS lookup count) */
# Line 69  Line 69 
69      table_size = 20;      table_size = 20;
70    
71      valid->extra1 = gsub_lookup_count;      valid->extra1 = gsub_lookup_count;
72        
73      OTV_OPTIONAL_OFFSET( ShrinkageEnableGSUB );      OTV_OPTIONAL_OFFSET( ShrinkageEnableGSUB );
74      OTV_SIZE_CHECK( ShrinkageEnableGSUB );      OTV_SIZE_CHECK( ShrinkageEnableGSUB );
75      if ( ShrinkageEnableGSUB )      if ( ShrinkageEnableGSUB )

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