swf_WriteFont doesn't take a useDefineFont2 parameter any longer.
[swftools.git] / lib / rfxswf.h
index b328826..4736513 100644 (file)
@@ -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);
@@ -489,7 +489,7 @@ void swf_uncgi();  // same behaviour as Steven Grimm's uncgi-library
 
 ActionTAG* swf_ActionGet(TAG*tag);
 void swf_ActionFree(ActionTAG*tag);
-void swf_ActionsSet(TAG*tag, ActionTAG*actions);
+void swf_ActionSet(TAG*tag, ActionTAG*actions);
 void swf_DumpActions(ActionTAG*atag, char*prefix);
 void swf_ActionEnumerateURLs(ActionTAG*atag, char*(*callback)(char*));
 void swf_ActionEnumerateTargets(ActionTAG*atag, char*(*callback)(char*));