| 9488 | } |
| 9489 | |
| 9490 | float ImGui::GetTextLineHeight() |
| 9491 | { |
| 9492 | ImGuiContext& g = *GImGui; |
| 9493 | return g.FontSize; |
| 9494 | } |
| 9495 | |
| 9496 | float ImGui::GetTextLineHeightWithSpacing() |
| 9497 | { |
nothing calls this directly
no outgoing calls
no test coverage detected