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

Function FontGetLineGap

engine/font/src/font.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123float FontGetLineGap(HFont font, float scale)
124{
125 return font->m_GetLineGap(font, scale);
126}
127
128uint32_t FontGetGlyphIndex(HFont font, uint32_t codepoint)
129{

Callers 1

FontDebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected