? aa ? arial.gasp ? ft2demos_trivial.patch ? tahoma.gasp ? src/ftstring.c.0 Index: src/ftcommon.i =================================================================== RCS file: /cvs/freetype/ft2demos/src/ftcommon.i,v retrieving revision 1.26 diff -c -r1.26 ftcommon.i *** ftcommon.i 2002/07/04 22:49:53 1.26 --- ftcommon.i 2002/07/30 22:41:33 *************** *** 62,68 **** char* new_header = 0; const unsigned char* Text = (unsigned char*) ! "The quick brown fox jumped over the lazy dog 0123456789 " "\342\352\356\373\364\344\353\357\366\374\377\340\371\351\350\347 " "&#~\"\'(-`_^@)=+\260 ABCDEFGHIJKLMNOPQRSTUVWXYZ " "$\243^\250*\265\371%!\247:/;.,?<>"; --- 62,68 ---- char* new_header = 0; const unsigned char* Text = (unsigned char*) ! "The quick brown fox jumps over the lazy dog 0123456789 " "\342\352\356\373\364\344\353\357\366\374\377\340\371\351\350\347 " "&#~\"\'(-`_^@)=+\260 ABCDEFGHIJKLMNOPQRSTUVWXYZ " "$\243^\250*\265\371%!\247:/;.,?<>"; Index: src/ftmulti.c =================================================================== RCS file: /cvs/freetype/ft2demos/src/ftmulti.c,v retrieving revision 1.6 diff -c -r1.6 ftmulti.c *** ftmulti.c 2002/04/28 02:48:45 1.6 --- ftmulti.c 2002/07/30 22:41:33 *************** *** 38,44 **** char* new_header = 0; const unsigned char* Text = (unsigned char*) ! "The quick brown fox jumped over the lazy dog 0123456789 " "\342\352\356\373\364\344\353\357\366\374\377\340\371\351\350\347 " "&#~\"\'(-`_^@)=+\260 ABCDEFGHIJKLMNOPQRSTUVWXYZ " "$\243^\250*\265\371%!\247:/;.,?<>"; --- 38,44 ---- char* new_header = 0; const unsigned char* Text = (unsigned char*) ! "The quick brown fox jumps over the lazy dog 0123456789 " "\342\352\356\373\364\344\353\357\366\374\377\340\371\351\350\347 " "&#~\"\'(-`_^@)=+\260 ABCDEFGHIJKLMNOPQRSTUVWXYZ " "$\243^\250*\265\371%!\247:/;.,?<>"; Index: src/ftview.c =================================================================== RCS file: /cvs/freetype/ft2demos/src/ftview.c,v retrieving revision 1.34 diff -c -r1.34 ftview.c *** ftview.c 2002/07/04 22:49:53 1.34 --- ftview.c 2002/07/30 22:41:33 *************** *** 176,182 **** { FT_F26Dot6 start_x, start_y, step_x, step_y, x, y; FT_Pointer glyf; ! int i, pix_size; grBitmap bit3; unsigned char text[256]; --- 176,182 ---- { FT_F26Dot6 start_x, start_y, step_x, step_y, x, y; FT_Pointer glyf; ! int pix_size; grBitmap bit3; unsigned char text[256];