added fontalign polygon detector
[swftools.git] / src / font2swf.c
index cd30118..55c06cd 100644 (file)
@@ -98,6 +98,7 @@ static void convertFont(char*infile, char*outfile)
     SWFFONT * font;
     
     font = swf_LoadFont(infile);
+    swf_FontCreateAlignZones(font);
 
     if(fontname)
         font->name = strdup(fontname);