X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=ea60818bf407a1589fb9abb78aa069a0c0b8b02f;hb=ccf7d1f647c32203801f2ecf8f14d05830b0a27c;hp=55ddf2e98ec329d2a7baa08834058f6711c69e87;hpb=0a7f99eb90063c65ec0c4e223a91549fa240ba30;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 55ddf2e..ea60818 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -502,10 +502,9 @@ typedef struct _SWFFONT char ** glyphnames; } SWFFONT, * LPSWFFONT; -#define MAX_CHAR_PER_FONT 512 // does not support wide characters ! typedef struct _FONTUSAGE -{ U8 code[MAX_CHAR_PER_FONT]; +{ U8* code; } FONTUSAGE, * LPFONTUSAGE; #define ET_HASTEXT 32768 @@ -547,7 +546,7 @@ int swf_FontIsBold(SWFFONT * f); int swf_FontSetID(SWFFONT * f,U16 id); int swf_FontReduce(SWFFONT * f,FONTUSAGE * use); -int swf_FontInitUsage(FONTUSAGE * use); +int swf_FontInitUsage(SWFFONT * f,FONTUSAGE * use); int swf_FontUse(FONTUSAGE * use,U8 * s); int swf_FontSetDefine(TAG * t,SWFFONT * f);