Unrounded text measurement. ImGui::CalcTextSize CEILS the width to whole pixels (imgui.cpp "Round" block) — accumulating it per token makes the rendered glyph positions drift right of the measured caret/selection positions by ~1px per token. ImFont::CalcTextSizeA returns the exact sum of glyph advances, identical to what AddText renders.
source not stored for this graph (policy: none)
no test coverage detected