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:
9db884e
)
swf_DrawText now takes a size argument.
author
kramm
<kramm>
Wed, 2 Jun 2004 19:24:24 +0000
(19:24 +0000)
committer
kramm
<kramm>
Wed, 2 Jun 2004 19:24:24 +0000
(19:24 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
e7b89a1
..
b5e062c
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-589,7
+589,7
@@
void swf_SetEditText(TAG*tag, U16 flags, SRECT r, char*text, RGBA*color,
SRECT swf_SetDefineText(TAG*tag, SWFFONT*font, RGBA*rgb, char*text, int scale);
-void swf_DrawText(drawer_t*draw, SWFFONT*font, char*text);
+void swf_DrawText(drawer_t*draw, SWFFONT*font, int size, char*text);
// swffont.c