X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=33b61d5eef2725d6f83026fb2ff5d37ddfbdbd10;hp=77fc4e9de154c3724e33cc340eff30713164db23;hb=015ed9c49f56ad4be7828ba31c4e78e2e750f03f;hpb=fb4dfe198650e8ab64eacffc334389d5fe186355 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