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

Method GetTextLineHeight

include/imgui/imgui.cpp:11671–11675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11669}
11670
11671float ImGui::GetTextLineHeight()
11672{
11673 ImGuiContext& g = *GImGui;
11674 return g.FontSize;
11675}
11676
11677float ImGui::GetTextLineHeightWithSpacing()
11678{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected