MCPcopy Create free account
hub / github.com/defold/defold / SetSystemFontMap

Function SetSystemFontMap

engine/render/src/render/render.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 void SetSystemFontMap(HRenderContext render_context, HFontMap font_map)
334 {
335 render_context->m_SystemFontMap = font_map;
336 }
337
338 dmGraphics::HContext GetGraphicsContext(HRenderContext render_context)
339 {

Callers 1

LoadBootstrapContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected