added occurence counting to glyph pair tracker
[swftools.git] / lib / rfxswf.h
index 4ca38a2..7f8eb1c 100644 (file)
@@ -534,6 +534,7 @@ typedef struct _SWFGLYPHPAIR
 {
     U16 char1;
     U16 char2;
+    int num;
 } SWFGLYPHPAIR;
 
 typedef struct _FONTUSAGE