// then width of screen is 42 columns (see CEA-708)
screen_columns = 42;
}
- font_size = wb->height * .8 * .066;
+ font_size = wb->height * .8 * .08;
safe_x = 0.1 * wb->width;
safe_y = 0.1 * wb->height;
int width = job->title->geometry.width - job->crop[2] - job->crop[3];
int safe_height = 0.8 * job->title->geometry.height;
hb_subtitle_add_ssa_header(w->subtitle, "Courier New",
- .066 * safe_height, width, height);
+ .08 * safe_height, width, height);
}
// When rendering subs, we need to push rollup subtitles out
// asap (instead of waiting for a completed line) so that we
int safe_height = 0.8 * job->title->geometry.height;
// Use fixed widht font for CC
hb_subtitle_add_ssa_header(filter->subtitle, "Courier New",
- .066 * safe_height, width, height);
+ .08 * safe_height, width, height);
return ssa_post_init(filter, job);
}