summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
diff options
context:
space:
mode:
authorst4t1k <nik.karlis@mgmail.com>2016-04-08 11:43:34 +0300
committerwm4 <wm4@nowhere>2016-04-08 10:58:06 +0200
commit5f4b246bcc031e166f76f5721e07faccfb788c8b (patch)
treefa0e4da7c4287c0638d7e234c679577c2d99ada3 /sub/osd.c
parent4561649f2d942ae12cdf7ce93d074d75d7268bb5 (diff)
downloadmpv-5f4b246bcc031e166f76f5721e07faccfb788c8b.tar.bz2
mpv-5f4b246bcc031e166f76f5721e07faccfb788c8b.tar.xz
osd: add italic font for osd
Diffstat (limited to 'sub/osd.c')
-rw-r--r--sub/osd.c1
1 files changed, 1 insertions, 0 deletions
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}
};