hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
This commit is contained in:
parent
c67f075d67
commit
e7efd148a8
|
@ -1509,7 +1509,7 @@ static void HH_CreateFont(HHInfo *pHHInfo)
|
|||
{
|
||||
LOGFONTW lf;
|
||||
|
||||
GetObjectW(GetStockObject(ANSI_VAR_FONT), sizeof(LOGFONTW), &lf);
|
||||
GetObjectW(GetStockObject(DEFAULT_GUI_FONT), sizeof(LOGFONTW), &lf);
|
||||
lf.lfWeight = FW_NORMAL;
|
||||
lf.lfItalic = FALSE;
|
||||
lf.lfUnderline = FALSE;
|
||||
|
|
Loading…
Reference in New Issue