/[freetype]/freetype2/include/freetype/internal/tttypes.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/tttypes.h

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

revision 1.50 by jet, Tue Apr 27 20:25:33 2004 UTC revision 1.51 by freetype, Tue Feb 22 16:53:05 2005 UTC
# Line 361  FT_BEGIN_HEADER Line 361  FT_BEGIN_HEADER
361    } TT_HdmxRec, *TT_Hdmx;    } TT_HdmxRec, *TT_Hdmx;
362    
363    
364    
365    /*************************************************************************/    /*************************************************************************/
366    /*                                                                       */    /*                                                                       */
367    /* <Struct>                                                              */    /* <Struct>                                                              */
# Line 1263  FT_BEGIN_HEADER Line 1264  FT_BEGIN_HEADER
1264      /*                                                                     */      /*                                                                     */
1265      /***********************************************************************/      /***********************************************************************/
1266    
1267    #ifdef FT_OPTIMIZE_MEMORY
1268        FT_UInt               num_locations;
1269        FT_Byte*              glyph_locations;
1270    #else
1271      /* the glyph locations */      /* the glyph locations */
1272      FT_UShort             num_locations;      FT_UShort             num_locations;
1273      FT_Long*              glyph_locations;      FT_Long*              glyph_locations;
1274    #endif
1275    
1276      /* the font program, if any */      /* the font program, if any */
1277      FT_ULong              font_program_size;      FT_ULong              font_program_size;
# Line 1297  FT_BEGIN_HEADER Line 1303  FT_BEGIN_HEADER
1303      FT_Bool               doblend;      FT_Bool               doblend;
1304      GX_Blend              blend;      GX_Blend              blend;
1305  #endif  #endif
1306        
1307      /***********************************************************************/      /***********************************************************************/
1308      /*                                                                     */      /*                                                                     */
1309      /* Other tables or fields. This is used by derivative formats like     */      /* Other tables or fields. This is used by derivative formats like     */

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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