added used_glyphs field in font usage
[swftools.git] / lib / rfxswf.h
index afe17a8..23fa6f6 100644 (file)
@@ -492,6 +492,7 @@ typedef struct
 typedef struct _FONTUSAGE
 { int* chars;
   char is_reduced;
+  int used_glyphs;
 } FONTUSAGE;
 
 #define FONT_STYLE_BOLD 1