| 20 | Font getTextButtonFont(TextButton&, int buttonHeight) override { return UIDefines::LARGE_FONT(); }; |
| 21 | |
| 22 | Font getLabelFont(juce::Label&) override { return UIDefines::DROPDOWN_FONT(); }; |
| 23 | |
| 24 | void drawRotarySlider(Graphics&, |
| 25 | int x, |
nothing calls this directly
no test coverage detected