MCPcopy 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
182static void Indent(int indent)
183{
184 for (int i = 0; i < indent; ++i)
185 {
186 printf(" ");
187 }
188}
189
190void FontDebugGlyph(FontGlyph* glyph, int indent)
191{

Callers 2

FontDebugGlyphFunction · 0.85
FontDebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected