MCPcopy Create free account
hub / github.com/TASEmulators/fceux / SetupCheatFont

Function SetupCheatFont

src/drivers/win/cheat.cpp:1554–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552}
1553
1554void SetupCheatFont(HWND hwnd)
1555{
1556 if (!hCheat && !hGGConv)
1557 {
1558 hFont = (HFONT)SendMessage(hwnd, WM_GETFONT, 0, 0);
1559 LOGFONT lf;
1560 GetObject(hFont, sizeof(LOGFONT), &lf);
1561 strcpy(lf.lfFaceName, "Courier New");
1562 hNewFont = CreateFontIndirect(&lf);
1563 }
1564}
1565
1566void DeleteCheatFont()
1567{

Callers 2

CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected