osd: add italic font for osd

This commit is contained in:
st4t1k
2016-04-08 11:43:34 +03:00
committed by wm4
parent 4561649f2d
commit 5f4b246bcc
4 changed files with 6 additions and 0 deletions

View File

@@ -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;