From: kramm Date: Fri, 28 May 2004 08:51:50 +0000 (+0000) Subject: swf_FontUse takes now also a SWFFONT* as argument. X-Git-Tag: release-0-6-0~175 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=ecdb4acdd5735e33b7ae86b18a8d5bba50766a58 swf_FontUse takes now also a SWFFONT* as argument. --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b337eb0..e7b89a1 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);