MCPcopy Create free account
hub / github.com/cmuratori/refterm / DWriteInit

Function DWriteInit

refterm_example_dwrite.cpp:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60extern "C" int DWriteInit(glyph_generator *GlyphGen, IDXGISurface *GlyphTransferSurface)
61{
62 int Result = 0;
63
64 DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED, __uuidof(IDWriteFactory), (IUnknown**)&GlyphGen->DWriteFactory);
65 if(GlyphGen->DWriteFactory)
66 {
67 Result = 1;
68 }
69
70 return Result;
71}
72
73extern "C" SIZE DWriteGetTextExtent(glyph_generator *GlyphGen, int StringLen, wchar_t *String)
74{

Callers 1

AllocateGlyphGeneratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected