summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index f4a6ae5..88951a7 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -28,6 +28,10 @@
#define HALIGN_LEFT 1
#define HALIGN_CENTER 2
#define HALIGN_RIGHT 3
+#define ASS_JUSTIFY_AUTO 0
+#define ASS_JUSTIFY_LEFT 1
+#define ASS_JUSTIFY_CENTER 2
+#define ASS_JUSTIFY_RIGHT 3
#define FONT_WEIGHT_LIGHT 300
#define FONT_WEIGHT_MEDIUM 400
@@ -73,6 +77,7 @@ typedef struct ass_style {
int Encoding;
int treat_fontname_as_pattern;
double Blur;
+ int Justify;
} ASS_Style;