I noticed in 6.1.4 that when the title of an AlertWindow is empty, the message will be drawn in bold. Otherwise, the message font will be normal. This was not the case in 6.1.2. I tested the DemoRunner and it has the same problem.
Juce style AlertWindow, Mac and Windows. It is easily reproducible in DemoRunner by just setting the title to String() and the message will be in bold font.
Thanks, I can reproduce the issue now. Are you sure that this behaviour has changed? I just checked out 6.1.0 and 6.1.2, and see exactly the same behaviour.
Are you definitely seeing this on Windows? I tested on Mac originally, but both 6.0.8 and develop render the message box with regular-styled text on Windows 11.