X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=56a1876ea3e3cc837fc03d3d2fe340e18b8486c6;hb=6241d287974fe3caca343d4ede208cf8303db111;hp=1b7d6a24f4b38a158c10d1b4a77c6d78b746755a;hpb=0f54ba811030f2579cce874ef577e36d1c75270b;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 1b7d6a2..56a1876 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -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;