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

Function GetFontMapCacheSize

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

Source from the content-addressed store, hash-verified

266 cell_width, cell_height, max_ascent);
267 }
268 static void GetFontMapCacheSize(HFontMap font_map, uint16_t* cell_width, uint16_t* cell_height, uint16_t* max_ascent)
269 {
270 *cell_width = font_map->m_CacheCellWidth;
271 *cell_height = font_map->m_CacheCellHeight;
272 *max_ascent = font_map->m_CacheCellMaxAscent;
273 }
274
275 void DeleteFontMap(HFontMap font_map)
276 {

Callers 1

AddGlyphByIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected