Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateProfilerTextLayout
Function · 0.85
DrawText
Function · 0.85
CreateFontVertexData
Function · 0.85
GetOrCreateTextLayout
Function · 0.85
GetOrCreateNodeTextLayout
Function · 0.85
GuiGetTextMetricsCallback
Function · 0.85
GetTextMetrics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected