| 11675 | } |
| 11676 | |
| 11677 | float ImGui::GetTextLineHeightWithSpacing() |
| 11678 | { |
| 11679 | ImGuiContext& g = *GImGui; |
| 11680 | return g.FontSize + g.Style.ItemSpacing.y; |
| 11681 | } |
| 11682 | |
| 11683 | float ImGui::GetFrameHeight() |
| 11684 | { |
nothing calls this directly
no outgoing calls
no test coverage detected