minor fixes: new font structure in dumpfont.c, commented obsolete functions, ...
[swftools.git] / lib / rfxswf.h
index 724134d..b8dedeb 100644 (file)
@@ -358,6 +358,7 @@ int swf_FontUse(FONTUSAGE * use,U8 * s);
 int swf_FontSetDefine(TAG * t,SWFFONT * f);
 int swf_FontSetInfo(TAG * t,SWFFONT * f);
 
+// the following two functions are obsolete and will be removed soon
 int swf_FontExport(int handle,SWFFONT * f);
 int swf_FontImport(int handle,SWFFONT * * f);