Reduce size of OSD text to fit in the cliparea

This commit is contained in:
Barry Harris 2012-01-23 15:31:33 +00:00
parent b540b19b68
commit 72feaa2af2
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ static int VidSInitShortMsg(int 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;
// create surface to display the text