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

Function QueryFont

FontLoadInterceptor/RpcClient.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 FontQueryResponse QueryFont(const wchar_t* str)
295 {
296 FontQueryRequest request;
297 request.set_version(1);
298 request.set_querystring(WideToUtf8String(str));
299
300 return MakeRequest<FontQueryResponse>(request);
301 }
302
303 void SendFeedback(FontLoadFeedback& feedback)
304 {

Callers 1

QueryAndLoadFunction · 0.85

Calls 1

WideToUtf8StringFunction · 0.85

Tested by

no test coverage detected