Notes - Fontsize

Hello,
I’m new to C++ Development for Rack. Is there an easy way to change the fontsize in the Notes module?

You could subclass LedDisplayTextField and reimplement its draw and getTextPosition methods. That’s probably the cleanest way to do it in code.

2 Likes