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

Function FontGetDescent

engine/font/src/font.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118float FontGetDescent(HFont font, float scale)
119{
120 return font->m_GetDescent(font, scale);
121}
122
123float FontGetLineGap(HFont font, float scale)
124{

Callers 5

LayoutTextFunction · 0.85
FontDebugFunction · 0.85
TextLayoutLegacyCreateFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68