Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FontGetAscent
Function
FontGetAscent
engine/font/src/font.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
float FontGetAscent(HFont font, float scale)
114
{
115
return font->m_GetAscent(font, scale);
116
}
117
118
float FontGetDescent(HFont font, float scale)
119
{
Callers
5
LayoutText
Function · 0.85
FontDebug
Function · 0.85
TextLayoutLegacyCreate
Function · 0.85
TEST_F
Function · 0.85
SetupParamsForDynamicFont
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68