MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / FontsDestroy

Function FontsDestroy

source/Debugger/Debugger_Win32.cpp:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void FontsDestroy()
235{
236 for (int iFont = 0; iFont < NUM_FONTS; iFont++)
237 {
238 DeleteObject(g_aFontConfig[iFont]._hFont);
239 g_aFontConfig[iFont]._hFont = NULL;
240 }
241}
242
243//===========================================================================
244Update_t CmdConfigGetFont(int nArgs)

Callers 1

DebugDestroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected