| 350 | } |
| 351 | |
| 352 | void GuiContext::setFontSize(unsigned size) { |
| 353 | setFontSize(size, interfaceScale()); |
| 354 | } |
| 355 | |
| 356 | void GuiContext::setFontSize(unsigned size, int pixelRatio) { |
| 357 | textPainter()->setFontSize(size * pixelRatio); |
no outgoing calls
no test coverage detected