| 7593 | } |
| 7594 | |
| 7595 | float ImGui::GetTextLineHeightWithSpacing() |
| 7596 | { |
| 7597 | ImGuiContext& g = *GImGui; |
| 7598 | return g.FontSize + g.Style.ItemSpacing.y; |
| 7599 | } |
| 7600 | |
| 7601 | float ImGui::GetFrameHeight() |
| 7602 | { |
nothing calls this directly
no outgoing calls
no test coverage detected