From: kramm Date: Sat, 10 Nov 2001 16:26:47 +0000 (+0000) Subject: swf_WriteFont doesn't take a useDefineFont2 parameter any longer. X-Git-Tag: release-0-1-2~28 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5a2a341ab9ccaf5fac0529e04ffdf9012f590e76 swf_WriteFont doesn't take a useDefineFont2 parameter any longer. (automatically decide which tag type to use) --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 069d73e..4736513 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -362,7 +362,7 @@ int swf_FontSetInfo(TAG * t,SWFFONT * f); int swf_FontExport(int handle,SWFFONT * f); int swf_FontImport(int handle,SWFFONT * * f); -void swf_WriteFont(SWFFONT* font, char* filename, int useDefineFont2); +void swf_WriteFont(SWFFONT* font, char* filename); SWFFONT* swf_ReadFont(char* filename); void swf_FontFree(SWFFONT * f);