MCPcopy Create free account
hub / github.com/WheretIB/nullc / InitFont

Function InitFont

GUI/RichTextarea.cpp:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int CALLBACK InitFont(const LOGFONTA *lpelfe, const TEXTMETRICA *lpntme, DWORD FontType, LPARAM lParam)
168{
169 (void)lpelfe; (void)lpntme; (void)FontType;
170
171 int &found = *(int*)lParam;
172 found = true;
173 return 0;
174}
175
176namespace RichTextarea
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected