Hi,
first I have to say that I’m very impressed with JUCE; I’ve successfully transferred a quite elaborate VST plugin to the JUCE framework with surprisingly little effort. So thanks for this!
There’s one thing that I can’t seem to get my head around, though: why is it so (relatively) complicated to change the fonts in an application? Say, I have a slider and a combobox. Now if I want to change the fonts in the slider’s textbox and in the combobox, do I really have to subclass lookandfeel and make custom drawslider and drawcombobox methods? There should be something like editor->setFont(…), or am I overlooking something here?
Cheers, siedschl