Reduce size of OSD text to fit in the cliparea
This commit is contained in:
parent
b540b19b68
commit
72feaa2af2
|
@ -800,7 +800,7 @@ static int VidSInitShortMsg(int nFlags)
|
||||||
|
|
||||||
nShortMsgFlags = nFlags;
|
nShortMsgFlags = nFlags;
|
||||||
|
|
||||||
ShortMsgFont = CreateFont(30, 0, 0, 0, FW_DEMIBOLD, 0, 0, 0, 0, 0, 0, ANTIALIASED_QUALITY, FF_SWISS, _T("Lucida"));
|
ShortMsgFont = CreateFont(24, 0, 0, 0, FW_DEMIBOLD, 0, 0, 0, 0, 0, 0, ANTIALIASED_QUALITY, FF_SWISS, _T("Lucida"));
|
||||||
VidSShortMsg.nTimer = 0;
|
VidSShortMsg.nTimer = 0;
|
||||||
|
|
||||||
// create surface to display the text
|
// create surface to display the text
|
||||||
|
|
Loading…
Reference in New Issue