Commit e7efd148 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.

parent c67f075d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment