From 5f4b246bcc031e166f76f5721e07faccfb788c8b Mon Sep 17 00:00:00 2001 From: st4t1k Date: Fri, 8 Apr 2016 11:43:34 +0300 Subject: osd: add italic font for osd --- sub/osd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/osd.c') diff --git a/sub/osd.c b/sub/osd.c index bbc6d9a1e1..4e269ce5aa 100644 --- a/sub/osd.c +++ b/sub/osd.c @@ -61,6 +61,7 @@ static const m_option_t style_opts[] = { ({"top", -1}, {"center", 0}, {"bottom", +1})), OPT_FLOATRANGE("blur", blur, 0, 0, 20), OPT_FLAG("bold", bold, 0), + OPT_FLAG("italic", italic, 0), {0} }; -- cgit v1.2.3