--- /cygdrive/c/usr/matsuhashi/swfmill-0.2.11/src/swft/swft_import_ttf.cpp 2005-09-30 04:09:16.000000000 +0900 +++ /cygdrive/c/usr/local/lib/swfmill-0.2.11/src/swft/swft_import_ttf.cpp 2006-12-08 15:21:43.976625000 +0900 @@ -221,10 +221,13 @@ for( int p = start; p<=end; p++ ) { control = !(outline->tags[p] & 0x01); cubic = outline->tags[p] & 0x02; if( p==start ) { + if (control) { + fprintf(stderr,"outline starting with a control point; glyph &#%i; of %s .\n", character, filename); + } shaper.setup( outline->points[p-n].x, outline->points[p-n].y ); } if( !control && n > 0 ) { importGlyphPoints( &(outline->points[(p-n)+1]), n-1, shaper, cubic );