MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / ClearOutputData

Method ClearOutputData

include/imgui/imgui_draw.cpp:5178–5187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5176}
5177
5178void ImFontBaked::ClearOutputData()
5179{
5180 FallbackAdvanceX = 0.0f;
5181 Glyphs.clear();
5182 IndexAdvanceX.clear();
5183 IndexLookup.clear();
5184 FallbackGlyphIndex = -1;
5185 Ascent = Descent = 0.0f;
5186 MetricsTotalSurface = 0;
5187}
5188
5189ImFont::ImFont()
5190{

Callers 3

ImFontAtlasBakedDiscardFunction · 0.80

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected