From 015ed9c49f56ad4be7828ba31c4e78e2e750f03f Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 24 Jan 2005 20:54:24 +0000 Subject: [PATCH] added ET_ALIGN definitions --- lib/rfxswf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 77fc4e9..33b61d5 100644 --- 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 -- 1.7.10.4