MCPcopy Create free account
hub / github.com/cinder/Cinder / ClearOutputData

Method ClearOutputData

src/imgui/imgui_draw.cpp:5060–5069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5058}
5059
5060void ImFontBaked::ClearOutputData()
5061{
5062 FallbackAdvanceX = 0.0f;
5063 Glyphs.clear();
5064 IndexAdvanceX.clear();
5065 IndexLookup.clear();
5066 FallbackGlyphIndex = -1;
5067 Ascent = Descent = 0.0f;
5068 MetricsTotalSurface = 0;
5069}
5070
5071ImFont::ImFont()
5072{

Callers 4

RemoveFontMethod · 0.80
ImFontAtlasBakedDiscardFunction · 0.80

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected