MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DWriteCreateFactory

Method DWriteCreateFactory

BG3Extender/Extender/Shared/DWriteWrapper.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39HRESULT DWriteWrapper::DWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory)
40{
41 return CreateFactory(factoryType, iid, factory);
42}
43
44END_SE()
45

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected