/[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.53 by freetype, Mon Feb 28 22:09:07 2005 UTC revision 1.54 by wl, Tue Mar 1 02:13:50 2005 UTC
# Line 5  Line 5 
5  /*    Basic SFNT/TrueType type definitions and interface (specification    */  /*    Basic SFNT/TrueType type definitions and interface (specification    */
6  /*    only).                                                               */  /*    only).                                                               */
7  /*                                                                         */  /*                                                                         */
8  /*  Copyright 1996-2001, 2002, 2004 by                                     */  /*  Copyright 1996-2001, 2002, 2004, 2005 by                               */
9  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
10  /*                                                                         */  /*                                                                         */
11  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 310  FT_BEGIN_HEADER Line 310  FT_BEGIN_HEADER
310    
311    } TT_GaspRec;    } TT_GaspRec;
312    
313    
314  #ifndef FT_OPTIMIZE_MEMORY  #ifndef FT_OPTIMIZE_MEMORY
315    
316    /*************************************************************************/    /*************************************************************************/
317    /*                                                                       */    /*                                                                       */
318    /* <Struct>                                                              */    /* <Struct>                                                              */
# Line 360  FT_BEGIN_HEADER Line 362  FT_BEGIN_HEADER
362    
363    } TT_HdmxRec, *TT_Hdmx;    } TT_HdmxRec, *TT_Hdmx;
364    
365    
366    /*************************************************************************/    /*************************************************************************/
367    /*                                                                       */    /*                                                                       */
368    /* <Struct>                                                              */    /* <Struct>                                                              */
# Line 385  FT_BEGIN_HEADER Line 388  FT_BEGIN_HEADER
388      FT_FWord   value;  /* kerning value                */      FT_FWord   value;  /* kerning value                */
389    
390    } TT_Kern0_PairRec, *TT_Kern0_Pair;    } TT_Kern0_PairRec, *TT_Kern0_Pair;
391    
392  #endif /* !OPTIMIZE_MEMORY */  #endif /* !OPTIMIZE_MEMORY */
393    
394    
# Line 1285  FT_BEGIN_HEADER Line 1289  FT_BEGIN_HEADER
1289      /*                                                                     */      /*                                                                     */
1290      /***********************************************************************/      /***********************************************************************/
1291    
1292        /* the glyph locations */
1293  #ifdef FT_OPTIMIZE_MEMORY  #ifdef FT_OPTIMIZE_MEMORY
1294      FT_UInt               num_locations;      FT_UInt               num_locations;
1295      FT_Byte*              glyph_locations;      FT_Byte*              glyph_locations;
1296  #else  #else
     /* the glyph locations */  
1297      FT_UShort             num_locations;      FT_UShort             num_locations;
1298      FT_Long*              glyph_locations;      FT_Long*              glyph_locations;
1299  #endif  #endif

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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