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

Diff of /freetype2/src/otvalid/otvgdef.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 May 1 10:11:32 2005 UTC
# Line 174  Line 174 
174      /* so we use this ugly hack to find out whether the  */      /* so we use this ugly hack to find out whether the  */
175      /* table is needed actually.                         */      /* table is needed actually.                         */
176    
177      need_MarkAttachClassDef =      need_MarkAttachClassDef = FT_BOOL(
178        otv_GSUBGPOS_have_MarkAttachmentType_flag( gsub ) ||        otv_GSUBGPOS_have_MarkAttachmentType_flag( gsub ) ||
179        otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos );        otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos ) );
180    
181      if ( need_MarkAttachClassDef )      if ( need_MarkAttachClassDef )
182        table_size = 12;              /* OpenType >= 1.2 */        table_size = 12;              /* OpenType >= 1.2 */

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