MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / EnumInfo

Class EnumInfo

FontLoadInterceptor/RpcClient.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 void TryLoad(const wchar_t* query, const FontQueryResponse& response)
323 {
324 struct EnumInfo
325 {
326 const FontQueryResponse* response;
327 std::vector<char> maskedFace;
328 };
329
330 wil::unique_hdc_window hDC = wil::GetWindowDC(HWND_DESKTOP);
331 LOGFONTW lf{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected