MCPcopy 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
37HRESULT DWriteWrapper::DWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory)
38{
39 return CreateFactory(factoryType, iid, factory);
40}
41
42END_SE()
43

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected