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:
3a15240
)
font->flags is now font->style, font->encoding
author
kramm
<kramm>
Fri, 22 Mar 2002 17:30:06 +0000
(17:30 +0000)
committer
kramm
<kramm>
Fri, 22 Mar 2002 17:30:06 +0000
(17:30 +0000)
lib/example/demofont.c
patch
|
blob
|
history
diff --git
a/lib/example/demofont.c
b/lib/example/demofont.c
index
c39a5e9
..
e48b168
100644
(file)
--- a/
lib/example/demofont.c
+++ b/
lib/example/demofont.c
@@
-109,7
+109,8
@@
SWFFONT * Font_Demo_Font(U16 id)
f->id = id;
f->version = 1;
f->name = strdup("Demo Font");
- f->flags = 0x00;
+ f->style = 0x00;
+ f->encoding = 0x00;
f->numchars = 6;
f->maxascii = 256;
f->glyph = (SWFGLYPH*)malloc(sizeof(SWFGLYPH)*6);