/[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.54 by wl, Tue Mar 1 02:13:50 2005 UTC revision 1.55 by wl, Thu May 5 07:44:20 2005 UTC
# Line 1136  FT_BEGIN_HEADER Line 1136  FT_BEGIN_HEADER
1136    /*                            glyph data within the `glyf' table.        */    /*                            glyph data within the `glyf' table.        */
1137    /*                            Ignored for Type 2 font faces.             */    /*                            Ignored for Type 2 font faces.             */
1138    /*                                                                       */    /*                                                                       */
1139      /*    glyf_len             :: The length of the `glyf' table.  Needed    */
1140      /*                            for malformed `loca' tables.               */
1141      /*                                                                       */
1142    /*    font_program_size    :: Size in bytecodes of the face's font       */    /*    font_program_size    :: Size in bytecodes of the face's font       */
1143    /*                            program.  0 if none defined.  Ignored for  */    /*                            program.  0 if none defined.  Ignored for  */
1144    /*                            Type 2 fonts.                              */    /*                            Type 2 fonts.                              */
# Line 1298  FT_BEGIN_HEADER Line 1301  FT_BEGIN_HEADER
1301      FT_Long*              glyph_locations;      FT_Long*              glyph_locations;
1302  #endif  #endif
1303    
1304        FT_ULong              glyf_len;
1305    
1306      /* the font program, if any */      /* the font program, if any */
1307      FT_ULong              font_program_size;      FT_ULong              font_program_size;
1308      FT_Byte*              font_program;      FT_Byte*              font_program;

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

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