From: kramm Date: Mon, 24 Jan 2005 20:54:24 +0000 (+0000) Subject: added ET_ALIGN definitions X-Git-Tag: release-0-6-3~15 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=015ed9c49f56ad4be7828ba31c4e78e2e750f03f added ET_ALIGN definitions --- 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