MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FontEnumProc

Function FontEnumProc

source/util.cpp:1777–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1775
1776
1777int CALLBACK FontEnumProc(ENUMLOGFONTEX *lpelfe, NEWTEXTMETRICEX *lpntme, DWORD FontType, LPARAM lParam)
1778{
1779 *(bool *)lParam = true; // Indicate to the caller that the font exists.
1780 return 0; // Stop the enumeration after the first, since even one match means the font exists.
1781}
1782
1783
1784

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected