summaryrefslogtreecommitdiffstats
path: root/sub/osd.h
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.h
parent4561649f2d942ae12cdf7ce93d074d75d7268bb5 (diff)
downloadmpv-5f4b246bcc031e166f76f5721e07faccfb788c8b.tar.bz2
mpv-5f4b246bcc031e166f76f5721e07faccfb788c8b.tar.xz
osd: add italic font for osd
Diffstat (limited to 'sub/osd.h')
-rw-r--r--sub/osd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/osd.h b/sub/osd.h
index 0c9dbc3e90..550b31e5a7 100644
--- a/sub/osd.h
+++ b/sub/osd.h
@@ -123,6 +123,7 @@ struct osd_style_opts {
int align_y;
float blur;
int bold;
+ int italic;
};
extern const struct m_sub_options osd_style_conf;