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
(from parent 1:
fb4dfe1
)
added ET_ALIGN definitions
author
kramm
<kramm>
Mon, 24 Jan 2005 20:54:24 +0000
(20:54 +0000)
committer
kramm
<kramm>
Mon, 24 Jan 2005 20:54:24 +0000
(20:54 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
77fc4e9
..
33b61d5
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-548,6
+548,11
@@
typedef struct _SWFFONT
#define ET_HTML 2 /* MX? */
#define ET_USEOUTLINES 1
+#define ET_ALIGN_LEFT 0
+#define ET_ALIGN_RIGHT 1
+#define ET_ALIGN_CENTER 2
+#define ET_ALIGN_JUSTIFY 3
+
typedef struct _EditTextLayout
{
U8 align; // 0=left, 1=right, 2=center, 3=justify