MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / ClearOutputData

Method ClearOutputData

plugins/Cardinal/src/DearImGui/imgui_draw.cpp:3128–3140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3126}
3127
3128void ImFont::ClearOutputData()
3129{
3130 FontSize = 0.0f;
3131 FallbackAdvanceX = 0.0f;
3132 Glyphs.clear();
3133 IndexAdvanceX.clear();
3134 IndexLookup.clear();
3135 FallbackGlyph = NULL;
3136 ContainerAtlas = NULL;
3137 DirtyLookupTables = true;
3138 Ascent = Descent = 0.0f;
3139 MetricsTotalSurface = 0;
3140}
3141
3142static ImWchar FindFirstExistingGlyph(ImFont* font, const ImWchar* candidate_chars, int candidate_chars_count)
3143{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected