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:
eb6d517
)
use int for font numchars/maxascii fields
author
kramm
<kramm>
Mon, 6 Oct 2008 12:58:23 +0000
(12:58 +0000)
committer
kramm
<kramm>
Mon, 6 Oct 2008 12:58:23 +0000
(12:58 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
1b7d6a2
..
56a1876
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-515,8
+515,8
@@
typedef struct _SWFFONT
U8 version; // 0 = not set, 1 = definefont, 2 = definefont2
U8 * name;
SWFLAYOUT * layout;
- U16 numchars;
- U16 maxascii; // highest mapped ascii value
+ int numchars;
+ int maxascii; // highest mapped ascii/unicode value
U8 style;
U8 encoding;