MCPcopy Create free account
hub / github.com/bluescan/tacentview / GetTextLineHeight

Method GetTextLineHeight

Contrib/imgui/imgui.cpp:9490–9494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9488}
9489
9490float ImGui::GetTextLineHeight()
9491{
9492 ImGuiContext& g = *GImGui;
9493 return g.FontSize;
9494}
9495
9496float ImGui::GetTextLineHeightWithSpacing()
9497{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected