summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index b0892ce..d7416e1 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -85,7 +85,7 @@ typedef struct {
double par; // user defined pixel aspect ratio (0 = unset)
ASS_Hinting hinting;
ASS_ShapingLevel shaper;
- int selective_style_overrides;
+ int selective_style_overrides; // ASS_OVERRIDE_* flags
char *default_font;
char *default_family;
@@ -273,6 +273,8 @@ typedef struct {
// combination of ASS_OVERRIDE_BIT_* flags that apply right now
unsigned overrides;
+ // whether to apply font_scale
+ int apply_font_scale;
// used to store RenderContext.style when doing selective style overrides
ASS_Style override_style_temp_storage;