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

Function GetFontMapPadding

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

Source from the content-addressed store, hash-verified

321 }
322
323 uint32_t GetFontMapPadding(dmRender::HFontMap font_map)
324 {
325 return font_map->m_Padding;
326 }
327
328 void GetTextMetrics(HFontMap font_map, const char* text, TextLayoutSettings* settings, TextMetrics* metrics)
329 {

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