Warning: this may be a storm in a cup for many 
In my app I have to use embedded fonts. I can pretty much replace the default sans font throughout juce, with heavy subclassing of LookAndFeel. But the AlertWindow, as you can see below, can only be so much different (compare the default JUCE font and the app’s embedded font).
Questions / requests:
- Could the font member of AlertWindow be protected instead of private (for subclassing)?
- Along those lines, it’d be nice to have another protected bold font member for the title (right now it’s dynamically created). Making embedded fonts bold is not trivial.
- OR: leave them private, but have a setFont() and setTitleFont() public methods - this way subclassing isn’t necessary.
Thanks for your time


