X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=b5e062c308f2a1c929f1d34775652566bb053e76;hb=7a1c2a226790477894aeb8ef94d0a6b42df2eee9;hp=b337eb0ffce1877b10ef8be79570810e06a7a22b;hpb=13ca807bd5e0595b985bd767e7fffb5093c50e58;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b337eb0..b5e062c 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -557,7 +557,7 @@ int swf_FontSetID(SWFFONT * f,U16 id); int swf_FontReduce(SWFFONT * f,FONTUSAGE * use); int swf_FontInitUsage(SWFFONT * f,FONTUSAGE * use); -int swf_FontUse(FONTUSAGE * use,U8 * s); +int swf_FontUse(SWFFONT* f,FONTUSAGE * use,U8 * s); int swf_FontSetDefine(TAG * t,SWFFONT * f); int swf_FontSetDefine2(TAG * t,SWFFONT * f); @@ -589,7 +589,7 @@ void swf_SetEditText(TAG*tag, U16 flags, SRECT r, char*text, RGBA*color, SRECT swf_SetDefineText(TAG*tag, SWFFONT*font, RGBA*rgb, char*text, int scale); -void swf_DrawText(drawer_t*draw, SWFFONT*font, char*text); +void swf_DrawText(drawer_t*draw, SWFFONT*font, int size, char*text); // swffont.c