From f9db94ab71ccaf1e5639f28e69f07ccc164e130f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Apr 2015 22:58:12 +0200 Subject: sub: add --sub-text-bold option This was basically requested. --- sub/osd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index f67b6a5f14..1444fd6f8c 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -135,6 +135,7 @@ struct osd_style_opts { int align_x; int align_y; float blur; + int bold; }; extern const struct m_sub_options osd_style_conf; -- cgit v1.2.3