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

Function GetFontMapMonospaced

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

Source from the content-addressed store, hash-verified

316 }
317
318 bool GetFontMapMonospaced(dmRender::HFontMap font_map)
319 {
320 return font_map->m_IsMonospaced;
321 }
322
323 uint32_t GetFontMapPadding(dmRender::HFontMap font_map)
324 {

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected