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:
eda7069
)
swf_FontUse takes now also a font as argument.
author
kramm
<kramm>
Fri, 28 May 2004 08:45:49 +0000
(08:45 +0000)
committer
kramm
<kramm>
Fri, 28 May 2004 08:45:49 +0000
(08:45 +0000)
lib/example/glyphshape.c
patch
|
blob
|
history
diff --git
a/lib/example/glyphshape.c
b/lib/example/glyphshape.c
index
28f475d
..
f2075e8
100644
(file)
--- a/
lib/example/glyphshape.c
+++ b/
lib/example/glyphshape.c
@@
-91,7
+91,7
@@
int main(int argc, char ** argv)
SWFFONT * font = Font_Demo_Font(ID_FONT); // change font name here
\r
\r
swf_FontInitUsage(font,&use);
\r
- swf_FontUse(&use,s);
\r
+ swf_FontUse(font,&use,s);
\r
swf_FontReduce(font,&use); // make sure that gid's point to the specific glyphs
\r
\r
memset(&swf,0x00,sizeof(SWF));
\r