git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b57a08
)
swf_WriteFont doesn't take a useDefineFont2 parameter any longer.
author
kramm
<kramm>
Sat, 10 Nov 2001 16:26:47 +0000
(16:26 +0000)
committer
kramm
<kramm>
Sat, 10 Nov 2001 16:26:47 +0000
(16:26 +0000)
(automatically decide which tag type to use)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
069d73e
..
4736513
100644
(file)
--- 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);