Go to the documentation of this file.
31 #define ASS_DEFAULT_FONT "Arial"
32 #define ASS_DEFAULT_FONT_SIZE 16
33 #define ASS_DEFAULT_COLOR 0xffffff
34 #define ASS_DEFAULT_BACK_COLOR 0
35 #define ASS_DEFAULT_BOLD 0
36 #define ASS_DEFAULT_ITALIC 0
37 #define ASS_DEFAULT_UNDERLINE 0
38 #define ASS_DEFAULT_ALIGNMENT 2
57 const char *font,
int font_size,
58 int color,
int back_color,
59 int bold,
int italic,
int underline,
91 int ts_start,
int duration,
int raw);