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

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