Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 181 of file hexedit.c.
Referenced by HEXEDIT_WM_SETFONT().
{ LOGFONT lf; GetObject(GetStockObject(ANSI_FIXED_FONT), sizeof(LOGFONT), &lf); return CreateFontIndirect(&lf); }