swf_FontUse takes now also a SWFFONT* as argument.
authorkramm <kramm>
Fri, 28 May 2004 08:51:50 +0000 (08:51 +0000)
committerkramm <kramm>
Fri, 28 May 2004 08:51:50 +0000 (08:51 +0000)
lib/rfxswf.h

index b337eb0..e7b89a1 100644 (file)
@@ -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);