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

Method GetTextLineHeightWithSpacing

include/imgui/imgui.cpp:11677–11681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11675}
11676
11677float ImGui::GetTextLineHeightWithSpacing()
11678{
11679 ImGuiContext& g = *GImGui;
11680 return g.FontSize + g.Style.ItemSpacing.y;
11681}
11682
11683float ImGui::GetFrameHeight()
11684{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected