Index: ttload.c =================================================================== RCS file: /cvsroot/freetype2/src/sfnt/ttload.c,v retrieving revision 1.23 diff -u -r1.23 ttload.c --- ttload.c 2000/06/25 06:47:08 1.23 +++ ttload.c 2000/07/03 05:14:53 @@ -1,6 +1,6 @@ /***************************************************************************/ /* */ -/* ttload.c */ +/* Ttload.c */ /* */ /* Load the basic TrueType tables, i.e., tables that can be either in */ /* TTF or OTF fonts (body). */ @@ -1339,8 +1339,7 @@ static const FT_Frame_Field pclt_fields2[] = { - FT_FRAME_START( 4 ), - FT_FRAME_CHAR( TT_PCLT, StrokeWeight ), + FT_FRAME_START( 3 ), FT_FRAME_CHAR( TT_PCLT, WidthType ), FT_FRAME_BYTE( TT_PCLT, SerifStyle ), FT_FRAME_BYTE( TT_PCLT, Reserved ), @@ -1366,6 +1365,7 @@ FILE_Read ( pclt->TypeFace, 16 ) || FILE_Read ( pclt->CharacterComplement, 8 ) || FILE_Read ( pclt->FileName, 6 ) || + FILE_Read ( pclt->StrokeWeight, 6) || READ_Fields( pclt_fields2, pclt ) ) goto Exit;