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

Function GetFontMapSize

engine/render/src/render/font/fontmap.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 float GetFontMapSize(dmRender::HFontMap font_map)
313 {
314 DM_MUTEX_SCOPED_LOCK(font_map->m_Mutex);
315 return font_map->m_Size;
316 }
317
318 bool GetFontMapMonospaced(dmRender::HFontMap font_map)
319 {

Callers 6

CreateProfilerTextLayoutFunction · 0.85
DrawTextFunction · 0.85
GetTextMetricsFunction · 0.85
CreateFontVertexDataFunction · 0.85
GetOrCreateTextLayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected