Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ DWriteCreateFactory
Method
DWriteCreateFactory
BG3Updater/DWriteWrapper.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
HRESULT DWriteWrapper::DWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory)
38
{
39
return CreateFactory(factoryType, iid, factory);
40
}
41
42
END_SE()
43
Callers
1
WrappedDWriteCreateFactory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected