use int for font numchars/maxascii fields
authorkramm <kramm>
Mon, 6 Oct 2008 12:58:23 +0000 (12:58 +0000)
committerkramm <kramm>
Mon, 6 Oct 2008 12:58:23 +0000 (12:58 +0000)
lib/rfxswf.h

index 1b7d6a2..56a1876 100644 (file)
@@ -515,8 +515,8 @@ typedef struct _SWFFONT
   U8           version; // 0 = not set, 1 = definefont, 2 = definefont2
   U8 *          name;
   SWFLAYOUT *   layout;
-  U16          numchars;
-  U16          maxascii; // highest mapped ascii value
+  int           numchars;
+  int           maxascii; // highest mapped ascii/unicode value
 
   U8           style;
   U8           encoding;