Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
float FontGetLineGap(HFont font, float scale)
124
{
125
return font->m_GetLineGap(font, scale);
126
}
127
128
uint32_t FontGetGlyphIndex(HFont font, uint32_t codepoint)
129
{
Callers
1
FontDebug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected