Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Indent
Function
Indent
engine/font/src/font.cpp:182–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
static void Indent(int indent)
183
{
184
for (int i = 0; i < indent; ++i)
185
{
186
printf(
" "
);
187
}
188
}
189
190
void FontDebugGlyph(FontGlyph* glyph, int indent)
191
{
Callers
2
FontDebugGlyph
Function · 0.85
FontDebug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected