| 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{}; |
nothing calls this directly
no outgoing calls
no test coverage detected