MCPcopy Create free account
hub / github.com/degeneratehyperbola/NEPS / GetTextLineHeightWithSpacing

Method GetTextLineHeightWithSpacing

shared_lib/imgui/imgui.cpp:7595–7599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7593}
7594
7595float ImGui::GetTextLineHeightWithSpacing()
7596{
7597 ImGuiContext& g = *GImGui;
7598 return g.FontSize + g.Style.ItemSpacing.y;
7599}
7600
7601float ImGui::GetFrameHeight()
7602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected