| 321 | } |
| 322 | |
| 323 | RectF GuiContext::renderText(String const& s, TextPositioning const& position) { |
| 324 | return textPainter()->renderText(s, position); |
| 325 | } |
| 326 | |
| 327 | RectF GuiContext::renderInterfaceText(String const& s, TextPositioning const& position) { |
| 328 | auto res = renderText(s, { |
no outgoing calls
no test coverage detected