ASS_OVERRIDE_BIT_STYLE constant
int
const ASS_OVERRIDE_BIT_STYLE
Apply the style as set with ass_set_selective_style_override() on events which look like dialogue. Other style overrides are also applied this way, except ass_set_font_scale(). How ass_set_font_scale() is applied depends on the ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE flag.
This is equivalent to setting all of the following bits:
ASS_OVERRIDE_BIT_FONT_NAME ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS ASS_OVERRIDE_BIT_COLORS ASS_OVERRIDE_BIT_BORDER ASS_OVERRIDE_BIT_ATTRIBUTES
Implementation
static const int ASS_OVERRIDE_BIT_STYLE = 1;