| 11669 | } |
| 11670 | |
| 11671 | float ImGui::GetTextLineHeight() |
| 11672 | { |
| 11673 | ImGuiContext& g = *GImGui; |
| 11674 | return g.FontSize; |
| 11675 | } |
| 11676 | |
| 11677 | float ImGui::GetTextLineHeightWithSpacing() |
| 11678 | { |
nothing calls this directly
no outgoing calls
no test coverage detected